mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #55224: make fails if configured with --with-gd=DIR
Additionally, we get rid of the out-dated statement that PHP's bundled libgd should generally be preferred. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339659 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
39c9ff81d3
commit
21a793708c
1 changed files with 2 additions and 4 deletions
|
@ -23,10 +23,8 @@
|
|||
support was re-enabled in gd-2.0.28.
|
||||
<note>
|
||||
<simpara>
|
||||
Since PHP 4.3 there is a bundled version of the <acronym>GD</acronym>
|
||||
lib. This bundled version has some additional features like alpha
|
||||
blending, and should be used in preference to the external library
|
||||
since its codebase is better maintained and more stable.
|
||||
As of PHP 5.4 libgd-2.1.0 or higher is required. Alternatively, use
|
||||
the bundled <acronym>GD</acronym> library that ships with PHP as of 4.3.
|
||||
</simpara>
|
||||
</note>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue