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:
Christoph Michael Becker 2016-07-13 18:51:21 +00:00
parent 39c9ff81d3
commit 21a793708c

View file

@ -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>