vrana           Thu Nov 11 09:54:26 2004 EDT

  Modified files:              
    /phpdoc/en/reference/bcompiler/functions    bcompiler-write-header.xml 
    /phpdoc/en/reference/calendar/functions     cal-info.xml 
    /phpdoc/en/reference/fbsql/functions        fbsql-create-db.xml 
                                                fbsql-query.xml 
                                                fbsql-start-db.xml 
    /phpdoc/en/reference/filesystem/functions   fputcsv.xml 
    /phpdoc/en/reference/rar/functions  rar-open.xml 
    /phpdoc/en/reference/readline/functions     
                                                
readline-completion-function.xml 
                                                readline.xml 
    /phpdoc/en/reference/spl/functions  iterator-count.xml 
                                        iterator-to-array.xml 
    /phpdoc/en/reference/stream/functions       stream-get-line.xml 
    /phpdoc/en/reference/xattr/functions        xattr-supported.xml 
  Log:
  Fix protos
  
http://cvs.php.net/diff.php/phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml
diff -u phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml:1.1 
phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml:1.2
--- phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml:1.1      
Fri Aug 13 10:26:44 2004
+++ phpdoc/en/reference/bcompiler/functions/bcompiler-write-header.xml  Thu Nov 
11 09:54:18 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
   <refentry id="function.bcompiler-write-header">
    <refnamediv>
@@ -11,6 +11,7 @@
      <methodsynopsis>
       <type>bool</type><methodname>bcompiler_write_header</methodname>
       
<methodparam><type>resource</type><parameter>filehandle</parameter></methodparam>
+      <methodparam 
choice="opt"><type>string</type><parameter>write_ver</parameter></methodparam>
      </methodsynopsis>
    &warn.experimental.func;
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/calendar/functions/cal-info.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/calendar/functions/cal-info.xml
diff -u phpdoc/en/reference/calendar/functions/cal-info.xml:1.9 
phpdoc/en/reference/calendar/functions/cal-info.xml:1.10
--- phpdoc/en/reference/calendar/functions/cal-info.xml:1.9     Thu Aug 12 
14:11:56 2004
+++ phpdoc/en/reference/calendar/functions/cal-info.xml Thu Nov 11 09:54:23 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/calendar.xml, last change in rev 1.19 -->
   <refentry id='function.cal-info'>
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>array</type><methodname>cal_info</methodname>
-      
<methodparam><type>int</type><parameter>calendar</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>calendar</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>cal_info</function> returns information on the
@@ -25,7 +25,7 @@
     <para>
      If no <parameter>calendar</parameter> is specified information on all
      supported calendars is returned as an array. This functionality
-     will be available beginning with PHP 5.
+     is available beginning with PHP 5.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-create-db.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-create-db.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-create-db.xml:1.7 
phpdoc/en/reference/fbsql/functions/fbsql-create-db.xml:1.8
--- phpdoc/en/reference/fbsql/functions/fbsql-create-db.xml:1.7 Mon Nov  1 
11:34:38 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-create-db.xml     Thu Nov 11 
09:54:24 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.26 -->
   <refentry id="function.fbsql-create-db">
    <refnamediv>
@@ -11,9 +11,8 @@
      <methodsynopsis>
       <type>bool</type><methodname>fbsql_create_db</methodname>
       
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
-      <methodparam choice="opt"><type>resource</type><parameter>
-        link_identifier
-       </parameter></methodparam>
+      <methodparam 
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
+      <methodparam 
choice="opt"><type>string</type><parameter>database_options</parameter></methodparam>
      </methodsynopsis>
     <para> 
      <function>fbsql_create_db</function> attempts to create a new
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-query.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-query.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-query.xml:1.4 
phpdoc/en/reference/fbsql/functions/fbsql-query.xml:1.5
--- phpdoc/en/reference/fbsql/functions/fbsql-query.xml:1.4     Mon Nov  1 
11:38:36 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-query.xml Thu Nov 11 09:54:24 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
   <refentry id="function.fbsql-query">
    <refnamediv>
@@ -12,6 +12,7 @@
       <type>resource</type><methodname>fbsql_query</methodname>
       
<methodparam><type>string</type><parameter>query</parameter></methodparam>
       <methodparam 
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
+      <methodparam 
choice="opt"><type>int</type><parameter>batch_size</parameter></methodparam>
      </methodsynopsis>
     <para> 
      <function>fbsql_query</function> sends a query to the currently
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml:1.4 
phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml:1.5
--- phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml:1.4  Mon Nov  1 
11:40:58 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml      Thu Nov 11 
09:54:24 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.19 -->
   <refentry id="function.fbsql-start-db">
    <refnamediv>
@@ -11,9 +11,8 @@
      <methodsynopsis>
       <type>bool</type><methodname>fbsql_start_db</methodname>
       
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
-      <methodparam choice="opt"><type>resource</type><parameter>
-        link_identifier
-       </parameter></methodparam>
+      <methodparam 
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
+      <methodparam 
choice="opt"><type>string</type><parameter>database_options</parameter></methodparam>
      </methodsynopsis>
     <para> 
      &return.success;
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fputcsv.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/filesystem/functions/fputcsv.xml
diff -u phpdoc/en/reference/filesystem/functions/fputcsv.xml:1.2 
phpdoc/en/reference/filesystem/functions/fputcsv.xml:1.3
--- phpdoc/en/reference/filesystem/functions/fputcsv.xml:1.2    Wed Sep 29 
11:24:13 2004
+++ phpdoc/en/reference/filesystem/functions/fputcsv.xml        Thu Nov 11 
09:54:24 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.fputcsv">
    <refnamediv>
     <refname>fputcsv</refname>
@@ -12,7 +12,7 @@
     <methodsynopsis>
      <type>int</type><methodname>fputcsv</methodname>
      
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
-     <methodparam><type>array</type><parameter>fields</parameter></methodparam>
+     <methodparam 
choice="opt"><type>array</type><parameter>fields</parameter></methodparam>
      <methodparam 
choice="opt"><type>string</type><parameter>delimiter</parameter></methodparam>
      <methodparam 
choice="opt"><type>string</type><parameter>enclosure</parameter></methodparam>
     </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/rar/functions/rar-open.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/rar/functions/rar-open.xml
diff -u phpdoc/en/reference/rar/functions/rar-open.xml:1.1 
phpdoc/en/reference/rar/functions/rar-open.xml:1.2
--- phpdoc/en/reference/rar/functions/rar-open.xml:1.1  Wed Sep 22 11:51:30 2004
+++ phpdoc/en/reference/rar/functions/rar-open.xml      Thu Nov 11 09:54:24 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.rar-open">
  <refnamediv>
   <refname>rar_open</refname>
@@ -10,6 +10,7 @@
   <methodsynopsis>
    <type>resource</type><methodname>rar_open</methodname>
    
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>password</parameter></methodparam>
   </methodsynopsis>
   <para>
    Open specified Rar archive and return Rar file resource.
http://cvs.php.net/diff.php/phpdoc/en/reference/readline/functions/readline-completion-function.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/readline/functions/readline-completion-function.xml
diff -u 
phpdoc/en/reference/readline/functions/readline-completion-function.xml:1.4 
phpdoc/en/reference/readline/functions/readline-completion-function.xml:1.5
--- phpdoc/en/reference/readline/functions/readline-completion-function.xml:1.4 
Wed Nov  3 03:21:46 2004
+++ phpdoc/en/reference/readline/functions/readline-completion-function.xml     
Thu Nov 11 09:54:24 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/readline.xml, last change in rev 1.1 -->
   <refentry id="function.readline-completion-function">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>readline_completion_function</methodname>
-      <methodparam 
choice="opt"><type>callback</type><parameter>line</parameter></methodparam>
+      
<methodparam><type>callback</type><parameter>function</parameter></methodparam>
      </methodsynopsis>
     <para>
      This function registers a completion function.  You must supply
http://cvs.php.net/diff.php/phpdoc/en/reference/readline/functions/readline.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/readline/functions/readline.xml
diff -u phpdoc/en/reference/readline/functions/readline.xml:1.4 
phpdoc/en/reference/readline/functions/readline.xml:1.5
--- phpdoc/en/reference/readline/functions/readline.xml:1.4     Mon Dec 15 
11:53:21 2003
+++ phpdoc/en/reference/readline/functions/readline.xml Thu Nov 11 09:54:25 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/readline.xml, last change in rev 1.1 -->
   <refentry id="function.readline">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>string</type><methodname>readline</methodname>
-      <methodparam 
choice="opt"><type>string</type><parameter>prompt</parameter></methodparam>
+      
<methodparam><type>string</type><parameter>prompt</parameter></methodparam>
      </methodsynopsis>
     <para>
      This function returns a single string from the user.  You may
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/iterator-count.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/iterator-count.xml
diff -u phpdoc/en/reference/spl/functions/iterator-count.xml:1.1 
phpdoc/en/reference/spl/functions/iterator-count.xml:1.2
--- phpdoc/en/reference/spl/functions/iterator-count.xml:1.1    Fri Oct  8 
14:58:40 2004
+++ phpdoc/en/reference/spl/functions/iterator-count.xml        Thu Nov 11 
09:54:25 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.iterator-count">
    <refnamediv>
     <refname>iterator_count</refname>
@@ -11,7 +11,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>int</type><methodname>iterator_count</methodname>
-     
<methodparam><type>IteratorAggregate</type><parameter>iterator</parameter></methodparam>
+     
<methodparam><type>object</type><parameter>iterator</parameter></methodparam>
     </methodsynopsis>
 
     &warn.undocumented.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/iterator-to-array.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/iterator-to-array.xml
diff -u phpdoc/en/reference/spl/functions/iterator-to-array.xml:1.1 
phpdoc/en/reference/spl/functions/iterator-to-array.xml:1.2
--- phpdoc/en/reference/spl/functions/iterator-to-array.xml:1.1 Fri Oct  8 
14:58:40 2004
+++ phpdoc/en/reference/spl/functions/iterator-to-array.xml     Thu Nov 11 
09:54:25 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.iterator-to-array">
    <refnamediv>
     <refname>iterator-to-array</refname>
@@ -11,7 +11,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>array</type><methodname>iterator_to_array</methodname>
-     
<methodparam><type>IteratorAggregate</type><parameter>iterator</parameter></methodparam>
+     
<methodparam><type>object</type><parameter>iterator</parameter></methodparam>
     </methodsynopsis>
 
     &warn.undocumented.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-line.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/stream/functions/stream-get-line.xml
diff -u phpdoc/en/reference/stream/functions/stream-get-line.xml:1.3 
phpdoc/en/reference/stream/functions/stream-get-line.xml:1.4
--- phpdoc/en/reference/stream/functions/stream-get-line.xml:1.3        Wed Jun 
16 09:01:22 2004
+++ phpdoc/en/reference/stream/functions/stream-get-line.xml    Thu Nov 11 
09:54:25 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.stream-get-line">
    <refnamediv>
     <refname>stream_get_line</refname>
@@ -11,7 +11,7 @@
       <type>string</type><methodname>stream_get_line</methodname>
       
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
       <methodparam><type>int</type><parameter>length</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>ending</parameter></methodparam>
+      <methodparam 
choice="opt"><type>string</type><parameter>ending</parameter></methodparam>
      </methodsynopsis>
     <para>
      Returns a string of up to <parameter>length</parameter> bytes read from 
the file
http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-supported.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/xattr/functions/xattr-supported.xml
diff -u phpdoc/en/reference/xattr/functions/xattr-supported.xml:1.2 
phpdoc/en/reference/xattr/functions/xattr-supported.xml:1.3
--- phpdoc/en/reference/xattr/functions/xattr-supported.xml:1.2 Fri Aug 20 
05:37:01 2004
+++ phpdoc/en/reference/xattr/functions/xattr-supported.xml     Thu Nov 11 
09:54:25 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.xattr-supported">
    <refnamediv>
@@ -13,6 +13,7 @@
     <methodsynopsis>
      <type>bool</type><methodname>xattr_supported</methodname>
      <methodparam><type>string</type><parameter>path</parameter></methodparam>
+     <methodparam 
choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
     </methodsynopsis>
     <para>
      This functions checks if filesystem holding file 
<parameter>path</parameter> 

Reply via email to