mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #28171: better style. no new content
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157267 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6fbc6ad8bf
commit
4e80e7cbed
1 changed files with 12 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<section id="image.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -7,16 +7,20 @@
|
|||
<option role="configure">--with-gd[=DIR]</option>, where DIR is the GD base
|
||||
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>. In Windows, you'll include
|
||||
the GD2 DLL <filename>php_gd2.dll</filename> as an extension in &php.ini;.
|
||||
The GD1 DLL <filename>php_gd.dll</filename> was removed in PHP 4.3.2.
|
||||
Also note that the preferred truecolor image functions, such as
|
||||
<function>imagecreatetruecolor</function>, require GD2.
|
||||
<option role="configure">--with-gd</option>.
|
||||
</para>
|
||||
<para>
|
||||
To enable exif support in Windows, php_mbstring.dll must be loaded prior
|
||||
to php_exif.dll in php.ini.
|
||||
In Windows, you'll include the GD2 DLL <filename>php_gd2.dll</filename> as
|
||||
an extension in &php.ini;. The GD1 DLL <filename>php_gd.dll</filename> was
|
||||
removed in PHP 4.3.2. Also note that the preferred truecolor image
|
||||
functions, such as <function>imagecreatetruecolor</function>, require GD2.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
To enable exif support in Windows, php_mbstring.dll must be loaded prior
|
||||
to php_exif.dll in php.ini.
|
||||
</para>
|
||||
</note>
|
||||
<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