vrana Tue Sep 14 05:26:32 2004 EDT
Modified files:
/phpdoc/en/reference/image configure.xml
Log:
GD requires libpng and libjpeg (bug #29909)
http://cvs.php.net/diff.php/phpdoc/en/reference/image/configure.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/image/configure.xml
diff -u phpdoc/en/reference/image/configure.xml:1.9
phpdoc/en/reference/image/configure.xml:1.10
--- phpdoc/en/reference/image/configure.xml:1.9 Tue Apr 27 09:49:41 2004
+++ phpdoc/en/reference/image/configure.xml Tue Sep 14 05:26:27 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<section id="image.installation">
&reftitle.install;
<para>
@@ -8,6 +8,8 @@
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>.
+ GD library requires <productname>libpng</productname> and
+ <productname>libjpeg</productname> to compile.
</para>
<para>
In Windows, you'll include the GD2 DLL <filename>php_gd2.dll</filename> as