mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
62d5b0a1f0
commit
b8c5795edd
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue