Added note for bug #27248

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151673 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kenneth Schwartz 2004-02-18 02:15:22 +00:00
parent 62d5b0a1f0
commit b8c5795edd

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<section id="image.installation">
&reftitle.install;
<para>
@ -13,6 +13,10 @@
Also note that the preferred truecolor image functions, such as
<function>imagecreatetruecolor</function>, require GD2.
</para>
<para>
To enable exif support in Windows, php_mbstring.dll must be loaded prior
to php_exif.dll in php.ini.
</para>
<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.