mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Updated not about GIF support.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293618 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3acf3cf6b7
commit
f73fb2d18f
1 changed files with 4 additions and 7 deletions
|
@ -102,14 +102,11 @@ echo 'Converted PNG image to GIF with success!';
|
|||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
Since all <acronym>GIF</acronym> support was removed from the
|
||||
<acronym>GD</acronym> library in version 1.6, this function is
|
||||
not available if you are using that version of the GD library.
|
||||
Support is expected to return in a version subsequent to the
|
||||
rerelease of <acronym>GIF</acronym> support in the GD library in
|
||||
mid 2004. For more information, see the
|
||||
<acronym>GIF</acronym> support was removed from the <acronym>GD</acronym>
|
||||
library in Version 1.6, and added back in Version 2.0.28. This function
|
||||
is not available between these versions. For more information, see the
|
||||
<link xlink:href="&url.gd;">GD Project</link> site.
|
||||
</para>
|
||||
</para>
|
||||
<para>
|
||||
The following code snippet allows you to write more
|
||||
portable PHP applications by auto-detecting the
|
||||
|
|
Loading…
Reference in a new issue