philip Sun Jan 19 22:14:38 2003 EDT Modified files: /phpdoc/en/reference/image configure.xml Log: Mention that the gd1 dll isn't preferred. Index: phpdoc/en/reference/image/configure.xml diff -u phpdoc/en/reference/image/configure.xml:1.2 phpdoc/en/reference/image/configure.xml:1.3 --- phpdoc/en/reference/image/configure.xml:1.2 Sun Jan 19 20:50:11 2003 +++ phpdoc/en/reference/image/configure.xml Sun Jan 19 22:14:38 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <section id="image.installation"> &reftitle.install; <para> @@ -7,8 +7,8 @@ <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 configure <option role="configure">--with-gd</option>. In Windows you'll - include either <filename>php_gd.dll</filename> or - <filename>php_gd2.dll</filename> in &php.ini;. + include <filename>php_gd2.dll</filename> as an extension in &php.ini;. There + is also <filename>php_gd.dll</filename> for GD1 but it's not preferred. </para> <para> Enhance the capabilities of GD to handle more image formats by specifying
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php