vrana           Wed May  4 05:39:12 2005 EDT

  Added files:                 
    /phpdoc/en/reference/maxdb/functions        
                                                
maxdb-disable-reads-from-master.xml 
                                                maxdb-dump-debug-info.xml 

  Removed files:               
    /phpdoc/en/reference/maxdb/functions        maxdb-debug-info.xml 
                                                
maxdb-disable-reads-form-master.xml 

  Modified files:              
    /phpdoc/en/reference/spl/functions  class-implements.xml 
                                        class-parents.xml 
    /phpdoc/en/reference/ibm_db2/functions      db2-autocommit.xml 
                                                db2-bind-param.xml 
                                                db2-column-privileges.xml 
                                                db2-columns.xml 
                                                db2-cursor-type.xml 
                                                db2-field-display-size.xml 
                                                db2-field-num.xml 
                                                db2-field-precision.xml 
                                                db2-field-scale.xml 
                                                db2-field-width.xml 
                                                db2-special-columns.xml 
                                                db2-statistics.xml 
                                                db2-tables.xml 
    /phpdoc/en/reference/ldap/functions ldap-sasl-bind.xml 
    /phpdoc/en/reference/maxdb/functions        maxdb-field-count.xml 
                                                maxdb-field-seek.xml 
                                                maxdb-rpl-query-type.xml 
                                                maxdb-ssl-set.xml 
                                                maxdb-stmt-bind-param.xml 
                                                maxdb-stmt-bind-result.xml 
                                                maxdb-stmt-close-long-data.xml 
    /phpdoc/en/reference/pgsql/functions        pg-transaction-status.xml 
    /phpdoc/en/reference/soap/functions use-soap-error-handler.xml 
  Log:
  Fix parameters and function names
  
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/class-implements.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/spl/functions/class-implements.xml
diff -u phpdoc/en/reference/spl/functions/class-implements.xml:1.5 
phpdoc/en/reference/spl/functions/class-implements.xml:1.6
--- phpdoc/en/reference/spl/functions/class-implements.xml:1.5  Tue Apr 12 
18:10:08 2005
+++ phpdoc/en/reference/spl/functions/class-implements.xml      Wed May  4 
05:39:10 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.class-implements">
  <refnamediv>
   <refname>class_implements</refname>
@@ -12,6 +12,7 @@
   <methodsynopsis>
    <type>array</type><methodname>class_implements</methodname>
    <methodparam><type>mixed</type><parameter>class</parameter></methodparam>
+   <methodparam 
choice="opt"><type>bool</type><parameter>autoload</parameter></methodparam>
   </methodsynopsis>
   <para>
    This function returns an array with the names of the interfaces that the
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/class-parents.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/spl/functions/class-parents.xml
diff -u phpdoc/en/reference/spl/functions/class-parents.xml:1.3 
phpdoc/en/reference/spl/functions/class-parents.xml:1.4
--- phpdoc/en/reference/spl/functions/class-parents.xml:1.3     Mon Apr 11 
11:21:21 2005
+++ phpdoc/en/reference/spl/functions/class-parents.xml Wed May  4 05:39:10 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="function.class-parents">
  <refnamediv>
   <refname>class_parents</refname>
@@ -12,6 +12,7 @@
   <methodsynopsis>
    <type>array</type><methodname>class_parents</methodname>
    <methodparam><type>mixed</type><parameter>class</parameter></methodparam>
+   <methodparam 
choice="opt"><type>bool</type><parameter>autoload</parameter></methodparam>
   </methodsynopsis>
   <para>
    This function returns an array with the name of the parent classes of
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml:1.2 
phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml:1.2        Tue Apr 
12 19:45:14 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-autocommit.xml    Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-autocommit">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>mixed</type><methodname>db2_autocommit</methodname>
-   <methodparam 
choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
+   
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
    <methodparam 
choice="opt"><type>bool</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml:1.3 
phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml:1.3        Tue Apr 
26 13:32:10 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-bind-param.xml    Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-bind-param">
  <refnamediv>
@@ -13,12 +13,12 @@
   <methodsynopsis>
    <type>bool</type><methodname>db2_bind_param</methodname>
    <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
-   
<methodparam><type>long</type><parameter>parameter-number</parameter></methodparam>
+   
<methodparam><type>int</type><parameter>parameter-number</parameter></methodparam>
    
<methodparam><type>string</type><parameter>variable-name</parameter></methodparam>
-   <methodparam 
choice="opt"><type>long</type><parameter>parameter-type</parameter></methodparam>
-   <methodparam 
choice="opt"><type>long</type><parameter>data-type</parameter></methodparam>
-   <methodparam 
choice="opt"><type>long</type><parameter>precision</parameter></methodparam>
-   <methodparam 
choice="opt"><type>long</type><parameter>scale</parameter></methodparam>
+   <methodparam 
choice="opt"><type>int</type><parameter>parameter-type</parameter></methodparam>
+   <methodparam 
choice="opt"><type>int</type><parameter>data-type</parameter></methodparam>
+   <methodparam 
choice="opt"><type>int</type><parameter>precision</parameter></methodparam>
+   <methodparam 
choice="opt"><type>int</type><parameter>scale</parameter></methodparam>
   </methodsynopsis>
 
   &warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml:1.4 
phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml:1.5
--- phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml:1.4 Sat Apr 
23 18:37:13 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-column-privileges.xml     Wed May 
 4 05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-column-privileges">
  <refnamediv>
@@ -13,10 +13,10 @@
   <methodsynopsis>
    <type>resource</type><methodname>db2_column_privileges</methodname>
    
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
-   <methodparam><type>string</type><parameter>schema</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>table-name</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>column-name</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>table-name</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>column-name</parameter></methodparam>
   </methodsynopsis>
 
   &warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-columns.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-columns.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-columns.xml:1.5 
phpdoc/en/reference/ibm_db2/functions/db2-columns.xml:1.6
--- phpdoc/en/reference/ibm_db2/functions/db2-columns.xml:1.5   Fri Apr 29 
19:38:47 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-columns.xml       Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-columns">
  <refnamediv>
@@ -13,10 +13,10 @@
   <methodsynopsis>
    <type>resource</type><methodname>db2_columns</methodname>
    
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
-   <methodparam><type>string</type><parameter>schema</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>table-name</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>column-name</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>table-name</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>column-name</parameter></methodparam>
   </methodsynopsis>
 
   &warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-cursor-type.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-cursor-type.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-cursor-type.xml:1.2 
phpdoc/en/reference/ibm_db2/functions/db2-cursor-type.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-cursor-type.xml:1.2       Thu Apr 
21 12:15:10 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-cursor-type.xml   Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-cursor-type">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>long</type><methodname>db2_cursor_type</methodname>
+   <type>int</type><methodname>db2_cursor_type</methodname>
    <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
   </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-field-display-size.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-field-display-size.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-field-display-size.xml:1.3 
phpdoc/en/reference/ibm_db2/functions/db2-field-display-size.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-field-display-size.xml:1.3        
Wed Apr 20 16:38:24 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-field-display-size.xml    Wed May 
 4 05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-field-display-size">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>long</type><methodname>db2_field_display_size</methodname>
+   <type>int</type><methodname>db2_field_display_size</methodname>
    <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>column</parameter></methodparam>
   </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-field-num.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-field-num.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-field-num.xml:1.3 
phpdoc/en/reference/ibm_db2/functions/db2-field-num.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-field-num.xml:1.3 Wed Apr 20 
16:38:24 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-field-num.xml     Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-field-num">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>long</type><methodname>db2_field_num</methodname>
+   <type>int</type><methodname>db2_field_num</methodname>
    <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>column</parameter></methodparam>
   </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-field-precision.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-field-precision.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-field-precision.xml:1.3 
phpdoc/en/reference/ibm_db2/functions/db2-field-precision.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-field-precision.xml:1.3   Wed Apr 
20 16:38:24 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-field-precision.xml       Wed May 
 4 05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-field-precision">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>long</type><methodname>db2_field_precision</methodname>
+   <type>int</type><methodname>db2_field_precision</methodname>
    <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>column</parameter></methodparam>
   </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml:1.4 
phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml:1.5
--- phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml:1.4       Thu Apr 
21 00:03:16 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-field-scale.xml   Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-field-scale">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>long</type><methodname>db2_field_scale</methodname>
+   <type>int</type><methodname>db2_field_scale</methodname>
    <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>column</parameter></methodparam>
   </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-field-width.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-field-width.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-field-width.xml:1.3 
phpdoc/en/reference/ibm_db2/functions/db2-field-width.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-field-width.xml:1.3       Wed Apr 
20 16:38:24 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-field-width.xml   Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-field-width">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>long</type><methodname>db2_field_width</methodname>
+   <type>int</type><methodname>db2_field_width</methodname>
    <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>column</parameter></methodparam>
   </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml:1.3 
phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml:1.4
--- phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml:1.3   Tue May 
 3 21:11:14 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-special-columns.xml       Wed May 
 4 05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-special-columns">
  <refnamediv>
@@ -16,8 +16,7 @@
    
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
    <methodparam><type>string</type><parameter>schema</parameter></methodparam>
    
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>column_name</parameter></methodparam>
-   <methodparam><type>long</type><parameter>scope</parameter></methodparam>
+   <methodparam><type>int</type><parameter>scope</parameter></methodparam>
   </methodsynopsis>
 
   &warn.experimental.func;
@@ -64,14 +63,6 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>column_name</parameter></term>
-     <listitem>
-      <para>
-       The name of the column.
-      </para>
-     </listitem>
-    </varlistentry>
-    <varlistentry>
      <term><parameter>scope</parameter></term>
      <listitem>
       <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-statistics.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-statistics.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-statistics.xml:1.1 
phpdoc/en/reference/ibm_db2/functions/db2-statistics.xml:1.2
--- phpdoc/en/reference/ibm_db2/functions/db2-statistics.xml:1.1        Tue Apr 
12 17:12:48 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-statistics.xml    Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-statistics">
  <refnamediv>
@@ -16,7 +16,7 @@
    
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
    <methodparam><type>string</type><parameter>owner</parameter></methodparam>
    
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>column_name</parameter></methodparam>
+   <methodparam><type>bool</type><parameter>unique</parameter></methodparam>
   </methodsynopsis>
 
   &warn.undocumented.func;
@@ -59,7 +59,7 @@
       </listitem>
      </varlistentry>
     <varlistentry>
-     <term><parameter>column_name</parameter></term>
+     <term><parameter>unique</parameter></term>
       <listitem>
        <para>
         Its description
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-tables.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-tables.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-tables.xml:1.2 
phpdoc/en/reference/ibm_db2/functions/db2-tables.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-tables.xml:1.2    Fri Apr 29 
19:38:47 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-tables.xml        Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.db2-tables">
  <refnamediv>
@@ -13,10 +13,10 @@
   <methodsynopsis>
    <type>resource</type><methodname>db2_tables</methodname>
    
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>qualifier</parameter></methodparam>
-   <methodparam><type>string</type><parameter>schema</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>table-name</parameter></methodparam>
-   
<methodparam><type>string</type><parameter>table-type</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>table-name</parameter></methodparam>
+   <methodparam 
choice="opt"><type>string</type><parameter>table-type</parameter></methodparam>
   </methodsynopsis>
 
   &warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml:1.2 
phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml:1.3
--- phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml:1.2   Wed Jan 19 
15:09:09 2005
+++ phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml       Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.ldap-sasl-bind">
    <refnamediv>
     <refname>ldap_sasl_bind</refname>
@@ -12,6 +12,12 @@
     <methodsynopsis>
      <type>bool</type><methodname>ldap_sasl_bind</methodname>
      
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
+     <methodparam 
choice="opt"><type>string</type><parameter>binddn</parameter></methodparam>
+     <methodparam 
choice="opt"><type>string</type><parameter>password</parameter></methodparam>
+     <methodparam 
choice="opt"><type>string</type><parameter>sasl_mech</parameter></methodparam>
+     <methodparam 
choice="opt"><type>string</type><parameter>sasl_realm</parameter></methodparam>
+     <methodparam 
choice="opt"><type>string</type><parameter>sasl_authz_id</parameter></methodparam>
+     <methodparam 
choice="opt"><type>string</type><parameter>props</parameter></methodparam>
     </methodsynopsis>
 
     &warn.undocumented.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml:1.4 
phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml:1.5
--- phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml:1.4       Fri Apr 
15 13:48:13 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-field-count.xml   Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.maxdb-field-count">
    <refnamediv>
     <refname>maxdb_field_count</refname>
@@ -11,7 +11,7 @@
     <para>Procedural style:</para>
     <methodsynopsis>
      <type>int</type><methodname>maxdb_field_count</methodname>
-     <methodparam><type>object</type><parameter>link</parameter></methodparam>
+     
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
     </methodsynopsis>
     <para>Object oriented style (method):</para>
     <classsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml:1.3 
phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml:1.4
--- phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml:1.3        Tue Mar 
 8 11:39:06 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-field-seek.xml    Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.maxdb-field-seek">
    <refnamediv>
     <refname>maxdb_field_seek</refname>
@@ -13,7 +13,7 @@
      <para>Procedural style:</para>
      <methodsynopsis>
       <type>int</type><methodname>maxdb_field_seek</methodname>
-      
<methodparam><type>object</type><parameter>result</parameter></methodparam>
+      
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
       <methodparam><type>int</type><parameter>fieldnr</parameter></methodparam>
      </methodsynopsis>
      <para>Object oriented style (method):</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml:1.3 
phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml:1.4
--- phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml:1.3    Tue Mar 
 8 11:39:06 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-rpl-query-type.xml        Wed May 
 4 05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.maxdb-rpl-query-type">
    <refnamediv>
     <refname>maxdb_rpl_query_type</refname>
@@ -10,14 +10,14 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>maxdb_rpl_query_type</methodname>
-      
<methodparam><type>string</type><parameter>query</parameter></methodparam>
+      
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
      </methodsynopsis>
     <para>Object oriented style (method)</para>
     <classsynopsis>
      <ooclass><classname>maxdb</classname></ooclass>
      <methodsynopsis>
       <type>int</type><methodname>rpl_query_type</methodname>
-      
<methodparam><type>string</type><parameter>query</parameter></methodparam>
+      <void/>
      </methodsynopsis>
     </classsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml:1.3 
phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml:1.4
--- phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml:1.3   Tue Mar  8 
11:39:06 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-ssl-set.xml       Wed May  4 
05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.maxdb-ssl-set">
    <refnamediv>
     <refname>maxdb_ssl_set</refname>
@@ -12,22 +12,22 @@
     <methodsynopsis>
      <type>bool</type><methodname>maxdb_ssl_set</methodname>
      
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
-     <methodparam 
choice='opt'><type>string</type><parameter>key</parameter></methodparam>
-     <methodparam 
choice='opt'><type>string</type><parameter>cert</parameter></methodparam>
-     <methodparam 
choice='opt'><type>string</type><parameter>ca</parameter></methodparam>
-     <methodparam 
choice='opt'><type>string</type><parameter>capath</parameter></methodparam>
-     <methodparam 
choice='opt'><type>string</type><parameter>cipher</parameter></methodparam>
+     <methodparam><type>string</type><parameter>key</parameter></methodparam>
+     <methodparam><type>string</type><parameter>cert</parameter></methodparam>
+     <methodparam><type>string</type><parameter>ca</parameter></methodparam>
+     
<methodparam><type>string</type><parameter>capath</parameter></methodparam>
+     
<methodparam><type>string</type><parameter>cipher</parameter></methodparam>
     </methodsynopsis>
     <para>Object oriented style (method):</para>
     <classsynopsis>
      <ooclass><classname>maxdb</classname></ooclass>
      <methodsynopsis>
       <type>bool</type><methodname>ssl_set</methodname>
-      <methodparam 
choice='opt'><type>string</type><parameter>key</parameter></methodparam>
-      <methodparam 
choice='opt'><type>string</type><parameter>cert</parameter></methodparam>
-      <methodparam 
choice='opt'><type>string</type><parameter>ca</parameter></methodparam>
-      <methodparam 
choice='opt'><type>string</type><parameter>capath</parameter></methodparam>
-      <methodparam 
choice='opt'><type>string</type><parameter>cipher</parameter></methodparam>
+      <methodparam><type>string</type><parameter>key</parameter></methodparam>
+      <methodparam><type>string</type><parameter>cert</parameter></methodparam>
+      <methodparam><type>string</type><parameter>ca</parameter></methodparam>
+      
<methodparam><type>string</type><parameter>capath</parameter></methodparam>
+      
<methodparam><type>string</type><parameter>cipher</parameter></methodparam>
      </methodsynopsis>
     </classsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml:1.3 
phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml:1.4
--- phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml:1.3   Tue Mar 
 8 11:39:06 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-param.xml       Wed May 
 4 05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.maxdb-stmt-bind-param">
    <refnamediv>
     <refname>maxdb_stmt_bind_param</refname>
@@ -13,8 +13,8 @@
      <type>bool</type><methodname>maxdb_stmt_bind_param</methodname>
      
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
      <methodparam><type>string</type><parameter>types</parameter></methodparam>
-     
<methodparam><type>mixed</type><parameter>&amp;var1</parameter></methodparam>
-     <methodparam 
choice="opt"><type>mixed</type><parameter>&amp;...</parameter></methodparam>
+     <methodparam><type>mixed</type><parameter 
role="reference">var1</parameter></methodparam>
+     <methodparam choice="opt"><type>mixed</type><parameter 
role="reference">...</parameter></methodparam>
     </methodsynopsis>
     <para>Object oriented style (method):</para>
     <classsynopsis>
@@ -23,8 +23,8 @@
       <type>bool</type>
        <methodname>bind_param</methodname>
       <methodparam><type>array</type><parameter>types</parameter></methodparam>
-      
<methodparam><type>mixed</type><parameter>&amp;var1</parameter></methodparam>
-      <methodparam 
choice="opt"><type>mixed</type><parameter>&amp;...</parameter></methodparam>
+      <methodparam><type>mixed</type><parameter 
role="reference">var1</parameter></methodparam>
+      <methodparam choice="opt"><type>mixed</type><parameter 
role="reference">...</parameter></methodparam>
      </methodsynopsis>
     </classsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml:1.3 
phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml:1.4
--- phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml:1.3  Tue Mar 
 8 11:39:06 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-bind-result.xml      Wed May 
 4 05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.maxdb-stmt-bind-result">
    <refnamediv>
     <refname>maxdb_stmt_bind_result</refname>
@@ -12,8 +12,8 @@
      <methodsynopsis>
       <type>bool</type><methodname>maxdb_stmt_bind_result</methodname>
       
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
-      
<methodparam><type>mixed</type><parameter>&amp;var1</parameter></methodparam>
-      <methodparam 
choice="opt"><type>mixed</type><parameter>&amp;...</parameter></methodparam>
+      <methodparam><type>mixed</type><parameter 
role="reference">var1</parameter></methodparam>
+      <methodparam choice="opt"><type>mixed</type><parameter 
role="reference">...</parameter></methodparam>
      </methodsynopsis>
      <para>Object oriented style (method):</para>
      <classsynopsis>
@@ -21,8 +21,8 @@
       <methodsynopsis>
        <type>bool</type>
        <methodname>bind_result</methodname>
-       
<methodparam><type>mixed</type><parameter>&amp;var1</parameter></methodparam>
-       <methodparam 
choice="opt"><type>mixed</type><parameter>&amp;...</parameter></methodparam>
+       <methodparam><type>mixed</type><parameter 
role="reference">var1</parameter></methodparam>
+       <methodparam choice="opt"><type>mixed</type><parameter 
role="reference">...</parameter></methodparam>
       </methodsynopsis>
      </classsynopsis>
      <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml
diff -u phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml:1.3 
phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml:1.4
--- phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml:1.3      
Tue Mar  8 11:39:06 2005
+++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-close-long-data.xml  Wed May 
 4 05:39:11 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.maxdb-stmt-close-long-data">
    <refnamediv>
     <refname>maxdb_stmt_close_long_data</refname>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <para>Procedural style:</para>
      <methodsynopsis>
-      <type>bool</type><methodname>maxdb_stmt_send_long_data</methodname>
+      <type>bool</type><methodname>maxdb_stmt_close_long_data</methodname>
       
<methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
       
<methodparam><type>int</type><parameter>param_nr</parameter></methodparam>
      </methodsynopsis>
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-transaction-status.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-transaction-status.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-transaction-status.xml:1.4 
phpdoc/en/reference/pgsql/functions/pg-transaction-status.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-transaction-status.xml:1.4   Wed Apr 
 6 05:04:49 2005
+++ phpdoc/en/reference/pgsql/functions/pg-transaction-status.xml       Wed May 
 4 05:39:11 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 -->
-<refentry id='function.pg_transaction_status'>
+<refentry id='function.pg-transaction-status'>
  <refnamediv>
   <refname>pg_transaction_status</refname>
   <refpurpose>Returns the current in-transaction status of the 
server.</refpurpose>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/use-soap-error-handler.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/soap/functions/use-soap-error-handler.xml
diff -u phpdoc/en/reference/soap/functions/use-soap-error-handler.xml:1.3 
phpdoc/en/reference/soap/functions/use-soap-error-handler.xml:1.4
--- phpdoc/en/reference/soap/functions/use-soap-error-handler.xml:1.3   Mon Apr 
11 04:27:31 2005
+++ phpdoc/en/reference/soap/functions/use-soap-error-handler.xml       Wed May 
 4 05:39:11 2005
@@ -1,8 +1,8 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="function.use-soap-error-handler">
  <refnamediv>
-  <refname>use_soap_error_handler()</refname>
+  <refname>use_soap_error_handler</refname>
   <refpurpose></refpurpose>
  </refnamediv>
  <refsect1 role="description">

http://cvs.php.net/co.php/phpdoc/en/reference/maxdb/functions/maxdb-disable-reads-from-master.xml?r=1.1&p=1
Index: phpdoc/en/reference/maxdb/functions/maxdb-disable-reads-from-master.xml
+++ phpdoc/en/reference/maxdb/functions/maxdb-disable-reads-from-master.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.maxdb-disable-reads-from-master">
   <refnamediv>
    <refname>maxdb_disable_reads_from_master</refname>
    <refname>maxdb->disable_reads_from_master</refname>
    <refpurpose>Disable reads from master</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <para>Procedural style:</para>
     <methodsynopsis>
      <type>void</type><methodname>maxdb_disable_reads_from_master</methodname>
      
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
     </methodsynopsis>
     <para>Object oriented style (method):</para>
     <classsynopsis>
      <ooclass><classname>maxdb</classname></ooclass>
      <methodsynopsis>
      <type>void</type><methodname>disable_reads_from_master</methodname>
      <void />
      </methodsynopsis>
     </classsynopsis>

     &warn.experimental.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/maxdb/functions/maxdb-dump-debug-info.xml?r=1.1&p=1
Index: phpdoc/en/reference/maxdb/functions/maxdb-dump-debug-info.xml
+++ phpdoc/en/reference/maxdb/functions/maxdb-dump-debug-info.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.maxdb-dump-debug-info">
   <refnamediv>
    <refname>maxdb_dump_debug_info</refname>
    <refpurpose>Dump debugging information into the log</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>maxdb_dump_debug_info</methodname>
      
<methodparam><type>resource</type><parameter>link</parameter></methodparam>
     </methodsynopsis>

    &warn.experimental.func;

   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to