vrana           Fri Dec  2 04:30:51 2005 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        imagegif.xml 
  Log:
  Doesn't use true color (bug #35515)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagegif.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/image/functions/imagegif.xml
diff -u phpdoc/en/reference/image/functions/imagegif.xml:1.10 
phpdoc/en/reference/image/functions/imagegif.xml:1.11
--- phpdoc/en/reference/image/functions/imagegif.xml:1.10       Wed Aug 10 
00:48:11 2005
+++ phpdoc/en/reference/image/functions/imagegif.xml    Fri Dec  2 04:30:45 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.3 -->
   <refentry id="function.imagegif">
    <refnamediv>
@@ -17,7 +17,8 @@
      <function>imagegif</function> creates the <acronym>GIF</acronym>
      file in filename from the image <parameter>image</parameter>. The
      <parameter>image</parameter> argument is the return from the
-     <function>imagecreatetruecolor</function> function.
+     <function>imagecreate</function> or <literal>imagecreatefrom*</literal>
+     function.
     </para>
     <para>
      The image format will be <acronym>GIF87a</acronym> unless the

Reply via email to