mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixing #21630
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111758 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
efb32d8ec1
commit
2ae5d512cd
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imagecreatefromgif">
|
||||
<refnamediv>
|
||||
|
@ -47,7 +47,8 @@ function LoadGif ($imgname) {
|
|||
<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.
|
||||
that version of the GD library or the bundled version of the
|
||||
GD lib.
|
||||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<reference id="ref.image">
|
||||
<title>Image functions</title>
|
||||
<titleabbrev>Image</titleabbrev>
|
||||
|
@ -53,6 +53,7 @@
|
|||
version has some additional features like alpha blending, and should
|
||||
be used in preference to the external library
|
||||
since it's codebase is better maintained and more stable.
|
||||
The bundled version of the GD lib does not support GIF.
|
||||
</simpara>
|
||||
</note>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue