From f1feb74087a1696cc96a5d51adbec2f5d7e6175b Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Thu, 9 Sep 2004 08:30:09 +0000 Subject: [PATCH] GIF support is back! git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168220 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagecreatefromgif.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/image/functions/imagecreatefromgif.xml b/reference/image/functions/imagecreatefromgif.xml index 3b55a3a670..b62333c174 100644 --- a/reference/image/functions/imagecreatefromgif.xml +++ b/reference/image/functions/imagecreatefromgif.xml @@ -1,5 +1,5 @@ - + @@ -48,9 +48,9 @@ function LoadGif ($imgname) - Since all GIF support was removed from the GD library in - version 1.6, this function is not available if you are using - that version of the GD library. + GIF support was removed from the GD library in Version 1.6, + and added back in Version 2.0.28. This function is not + available if you are using these versions of the GD library.