mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
GIF support is back!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168220 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
383b3e1208
commit
f1feb74087
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imagecreatefromgif">
|
||||
<refnamediv>
|
||||
|
@ -48,9 +48,9 @@ function LoadGif ($imgname)
|
|||
</example>
|
||||
<note>
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue