vrana           Thu Sep 16 11:02:51 2004 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        imageftbbox.xml 
                                                imagefttext.xml 
  Log:
  extrainfo parameter wasn't optional (bug #26309)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imageftbbox.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/image/functions/imageftbbox.xml
diff -u phpdoc/en/reference/image/functions/imageftbbox.xml:1.4 
phpdoc/en/reference/image/functions/imageftbbox.xml:1.5
--- phpdoc/en/reference/image/functions/imageftbbox.xml:1.4     Tue Jul  6 05:56:44 
2004
+++ phpdoc/en/reference/image/functions/imageftbbox.xml Thu Sep 16 11:02:51 2004
@@ -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.67 -->
   <refentry id='function.imageftbbox'>
    <refnamediv>
@@ -20,6 +20,11 @@
      &warn.undocumented.func;
      &note.gd.2;
     </para>
+    <note>
+     <para>
+      Parameter <parameter>extrainfo</parameter> is optional since PHP 4.3.5.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagefttext.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/image/functions/imagefttext.xml
diff -u phpdoc/en/reference/image/functions/imagefttext.xml:1.5 
phpdoc/en/reference/image/functions/imagefttext.xml:1.6
--- phpdoc/en/reference/image/functions/imagefttext.xml:1.5     Tue Jul  6 05:56:44 
2004
+++ phpdoc/en/reference/image/functions/imagefttext.xml Thu Sep 16 11:02:51 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.67 -->
   <refentry id='function.imagefttext'>
    <refnamediv>
@@ -24,6 +24,11 @@
      &warn.undocumented.func;
      &note.gd.2;
     </para>
+    <note>
+     <para>
+      Parameter <parameter>extrainfo</parameter> is optional since PHP 4.3.5.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 

Reply via email to