irchtml Tue Feb 17 21:15:23 2004 EDT
Modified files:
/phpdoc/en/reference/image configure.xml
Log:
Added note for bug #27248
http://cvs.php.net/diff.php/phpdoc/en/reference/image/configure.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/image/configure.xml
diff -u phpdoc/en/reference/image/configure.xml:1.5
phpdoc/en/reference/image/configure.xml:1.6
--- phpdoc/en/reference/image/configure.xml:1.5 Wed May 14 08:08:59 2003
+++ phpdoc/en/reference/image/configure.xml Tue Feb 17 21:15:22 2004
@@ -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.