From 4e80e7cbed0060854edc6e5bd7c6faa283a8ee9f Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 27 Apr 2004 13:49:41 +0000 Subject: [PATCH] fix #28171: better style. no new content git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157267 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/configure.xml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/reference/image/configure.xml b/reference/image/configure.xml index 584115f8ec..f9a1876975 100644 --- a/reference/image/configure.xml +++ b/reference/image/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -7,16 +7,20 @@ , where DIR is the GD base install directory. To use the recommended bundled version of the GD library (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. + . - To enable exif support in Windows, php_mbstring.dll must be loaded prior - to php_exif.dll in php.ini. + 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. + + + To enable exif support in Windows, php_mbstring.dll must be loaded prior + to php_exif.dll in php.ini. + + To disable GD support in PHP 3 add to your configure line.