From 4ca59ff030d493eadfb1d265f74a27018d491fd5 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 14 Aug 2016 12:48:17 +0000 Subject: [PATCH] Fix misinformation regarding the bundled GD git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339877 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 3 --- reference/image/book.xml | 2 +- reference/image/functions/imageconvolution.xml | 4 +++- reference/image/functions/imageflip.xml | 4 ---- reference/image/functions/imagelayereffect.xml | 12 ++++++++++-- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/language-snippets.ent b/language-snippets.ent index b9aac2b27d..3e5dad60ce 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -515,9 +515,6 @@ function.'> if PHP is compiled using . '> -This function is only available if -PHP is compiled with the bundled version of the GD library.'> - This function is only available if PHP is compiled with freetype support () '> diff --git a/reference/image/book.xml b/reference/image/book.xml index 21aa59479d..fb54668d57 100644 --- a/reference/image/book.xml +++ b/reference/image/book.xml @@ -94,7 +94,7 @@ XPM &true; &false; - Read support available on Windows as of PHP 5.3.19. Requires bundled version of GD + Read support available on Windows as of PHP 5.3.19. WBMP diff --git a/reference/image/functions/imageconvolution.xml b/reference/image/functions/imageconvolution.xml index 7e6053c9c6..5abd40ae98 100644 --- a/reference/image/functions/imageconvolution.xml +++ b/reference/image/functions/imageconvolution.xml @@ -115,7 +115,9 @@ imagepng($image, null, 9); &reftitle.notes; - ¬e.bundled.gd; + + This function requires GD 2.1.0 or higher. + &reftitle.seealso; diff --git a/reference/image/functions/imageflip.xml b/reference/image/functions/imageflip.xml index 921972141b..033aa6fd6c 100644 --- a/reference/image/functions/imageflip.xml +++ b/reference/image/functions/imageflip.xml @@ -152,10 +152,6 @@ imagedestroy($im); - - &reftitle.notes; - ¬e.bundled.gd; -