From 11ce911121cb056baf7ffb811acc20cae1e37ca4 Mon Sep 17 00:00:00 2001 From: Jakub Vrana <vrana@php.net> Date: Tue, 14 Sep 2004 09:26:27 +0000 Subject: [PATCH] GD requires libpng and libjpeg (bug #29909) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168563 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/configure.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/image/configure.xml b/reference/image/configure.xml index f9a1876975..032bbb5733 100644 --- a/reference/image/configure.xml +++ b/reference/image/configure.xml @@ -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