philip Sun Jan 19 20:50:11 2003 EDT Modified files: /phpdoc/en/reference/image configure.xml Log: mention the windows gd dlls. Index: phpdoc/en/reference/image/configure.xml diff -u phpdoc/en/reference/image/configure.xml:1.1 phpdoc/en/reference/image/configure.xml:1.2 --- phpdoc/en/reference/image/configure.xml:1.1 Sat Nov 30 07:45:46 2002 +++ phpdoc/en/reference/image/configure.xml Sun Jan 19 20:50:11 2003 @@ -1,12 +1,14 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <section id="image.installation"> &reftitle.install; <para> To enable GD-support configure PHP <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>. + 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;. </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