nlopess Tue Apr 27 09:49:42 2004 EDT
Modified files: /phpdoc/en/reference/image configure.xml Log: fix #28171: better style. no new content http://cvs.php.net/diff.php/phpdoc/en/reference/image/configure.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/image/configure.xml diff -u phpdoc/en/reference/image/configure.xml:1.8 phpdoc/en/reference/image/configure.xml:1.9 --- phpdoc/en/reference/image/configure.xml:1.8 Fri Apr 23 08:49:44 2004 +++ phpdoc/en/reference/image/configure.xml Tue Apr 27 09:49:41 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <section id="image.installation"> &reftitle.install; <para> @@ -7,16 +7,20 @@ <option role="configure">--with-gd[=DIR]</option>, 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 - <option role="configure">--with-gd</option>. In Windows, you'll include - the GD2 DLL <filename>php_gd2.dll</filename> as an extension in &php.ini;. - The GD1 DLL <filename>php_gd.dll</filename> was removed in PHP 4.3.2. - Also note that the preferred truecolor image functions, such as - <function>imagecreatetruecolor</function>, require GD2. + <option role="configure">--with-gd</option>. </para> <para> - 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 <filename>php_gd2.dll</filename> as + an extension in &php.ini;. The GD1 DLL <filename>php_gd.dll</filename> was + removed in PHP 4.3.2. Also note that the preferred truecolor image + functions, such as <function>imagecreatetruecolor</function>, require GD2. </para> + <note> + <para> + To enable exif support in Windows, php_mbstring.dll must be loaded prior + to php_exif.dll in php.ini. + </para> + </note> <para id="image.configure.php3"> To disable GD support in <emphasis>PHP 3</emphasis> add <option role="configure">--without-gd</option> to your configure line.