mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
mention the windows gd dlls.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112758 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
36739de37f
commit
8ed5369eb5
1 changed files with 4 additions and 2 deletions
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="image.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
To enable GD-support configure PHP
|
||||
<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
|
||||
configure <option role="configure">--with-gd</option>.
|
||||
configure <option role="configure">--with-gd</option>. In Windows you'll
|
||||
include either <filename>php_gd.dll</filename> or
|
||||
<filename>php_gd2.dll</filename> in &php.ini;.
|
||||
</para>
|
||||
<para>
|
||||
Enhance the capabilities of GD to handle more image formats by specifying
|
||||
|
|
Loading…
Reference in a new issue