Date: 01/14/03
- Next message: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Previous message: nicos <email protected>: "[PHP-DOC] #21630 [Opn]: imageCreateFromGIF doesn't work"
- Next in thread: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Reply: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Reply: Andrey Hristov: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Reply: Pierre-Alain Joye: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Maybe reply: CHAILLAN Nicolas: "[PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Maybe reply: Pierre-Alain Joye: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
nicos Tue Jan 14 05:48:57 2003 EDT
Modified files:
/phpdoc/en/reference/image reference.xml
/phpdoc/en/reference/image/functions imagecreatefromgif.xml
Log:
Fixing #21630
Index: phpdoc/en/reference/image/reference.xml
diff -u phpdoc/en/reference/image/reference.xml:1.13 phpdoc/en/reference/image/reference.xml:1.14
--- phpdoc/en/reference/image/reference.xml:1.13 Thu Dec 5 16:32:46 2002
+++ phpdoc/en/reference/image/reference.xml Tue Jan 14 05:48:56 2003
@@ -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>
Index: phpdoc/en/reference/image/functions/imagecreatefromgif.xml
diff -u phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.4 phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.5
--- phpdoc/en/reference/image/functions/imagecreatefromgif.xml:1.4 Thu Sep 26 09:56:54 2002
+++ phpdoc/en/reference/image/functions/imagecreatefromgif.xml Tue Jan 14 05:48:57 2003
@@ -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 @@
<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>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Previous message: nicos <email protected>: "[PHP-DOC] #21630 [Opn]: imageCreateFromGIF doesn't work"
- Next in thread: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Reply: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Reply: Andrey Hristov: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Reply: Pierre-Alain Joye: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Maybe reply: CHAILLAN Nicolas: "[PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Maybe reply: Pierre-Alain Joye: "Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

