Skip to content

Commit ef24d91

Browse files
committed
Fix GH-1263: Name of GD DLL on Windows has changed in 8.0
1 parent ecabddd commit ef24d91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/image/configure.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
the bundled one).
1818
</para>
1919
<para>
20-
In Windows, you'll include the GD2 DLL <filename>php_gd2.dll</filename> as
20+
In Windows, you'll include the GD DLL <filename>php_gd.dll</filename> as
2121
an extension in &php.ini;.
22+
Prior to PHP 8.0.0, the DLL was named <filename>php_gd2.dll</filename>.
2223
</para>
2324

2425
<para>

0 commit comments

Comments
 (0)