diff --git a/chapters/install.windows.xml b/chapters/install.windows.xml index c74da48c98..6c60df70ae 100644 --- a/chapters/install.windows.xml +++ b/chapters/install.windows.xml @@ -1,5 +1,5 @@ - + Installation on Windows systems @@ -915,12 +915,15 @@ extension=php_bz2.dll php_gd.dll GD library image functions - None + + Removed in PHP 4.3.2. Also note that truecolor functions are not + available in GD1, instead, use php_gd2.dll. + php_gd2.dll - GD2 library image functions - None + GD library image functions + GD2 php_gettext.dll diff --git a/reference/image/configure.xml b/reference/image/configure.xml index f46ecc0a42..332b216471 100644 --- a/reference/image/configure.xml +++ b/reference/image/configure.xml @@ -1,14 +1,17 @@ - +
&reftitle.install; To enable GD-support configure PHP , where DIR is the GD base install directory. To use the recommended bundled version of the GD library - configure . In Windows you'll - include php_gd2.dll as an extension in &php.ini;. There - is also php_gd.dll for GD1 but it's not preferred. + (which was first bundled in PHP 4.3.0), use the configure option + . In Windows, you'll include + the GD2 DLL php_gd2.dll as an extension in &php.ini;. + The GD1 DLL php_gd.dll was removed in PHP 4.3.2. + Also note that the preferred truecolor image functions, such as + imagecreatetruecolor, require GD2. Enhance the capabilities of GD to handle more image formats by specifying