From 21a793708cec9780603deb36a2b02905c30e2de3 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 13 Jul 2016 18:51:21 +0000 Subject: [PATCH] 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 --- reference/image/setup.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/reference/image/setup.xml b/reference/image/setup.xml index f11e5bcda5..f84719a581 100644 --- a/reference/image/setup.xml +++ b/reference/image/setup.xml @@ -23,10 +23,8 @@ support was re-enabled in gd-2.0.28. - Since PHP 4.3 there is a bundled version of the GD - 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 GD library that ships with PHP as of 4.3.