tony2001                Thu Apr  1 03:11:29 2004 EDT

  Modified files:              
    /phpdoc/en/reference/oci8/functions oci-bind-by-name.xml 
                                        oci-cancel.xml oci-close.xml 
                                        oci-commit.xml oci-connect.xml 
                                        oci-define-by-name.xml 
                                        oci-error.xml oci-execute.xml 
                                        oci-fetch-all.xml oci-fetch.xml 
                                        oci-field-is-null.xml 
                                        oci-field-name.xml 
                                        oci-field-precision.xml 
                                        oci-field-scale.xml 
                                        oci-field-size.xml 
                                        oci-field-type-raw.xml 
                                        oci-field-type.xml 
                                        oci-internal-debug.xml 
                                        oci-lob-close.xml 
                                        oci-lob-import.xml 
                                        oci-lob-load.xml 
                                        oci-lob-save.xml 
                                        oci-lob-write-temporary.xml 
                                        oci-new-collection.xml 
                                        oci-new-connect.xml 
                                        oci-new-cursor.xml 
                                        oci-new-descriptor.xml 
                                        oci-num-fields.xml 
                                        oci-num-rows.xml oci-parse.xml 
                                        oci-password-change.xml 
                                        oci-pconnect.xml oci-result.xml 
                                        oci-rollback.xml 
                                        oci-server-version.xml 
                                        oci-set-prefetch.xml 
                                        oci-statement-type.xml 
                                        ocifetchstatement.xml 
  Log:
  add note about old function names and new aliases
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml
diff -u phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml:1.3 
phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml:1.4
--- phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml:1.3 Mon Mar  8 11:49:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml     Thu Apr  1 03:11:25 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.oci-bind-by-name">
    <refnamediv>
     <refname>oci_bind_by_name</refname>
@@ -231,6 +231,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocibindbyname</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_bind_by_name</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-cancel.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-cancel.xml
diff -u phpdoc/en/reference/oci8/functions/oci-cancel.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-cancel.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-cancel.xml:1.2       Mon Mar  8 11:07:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-cancel.xml   Thu Apr  1 03:11:26 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.oci-cancel">
    <refnamediv>
     <refname>oci_cancel</refname>
@@ -18,6 +18,12 @@
     <para>
      &return.success;
     </para>
+    <para>
+     In PHP versions before 5.0.0 you must use <function>ocicancel</function> 
instead. 
+     This name still can be used, it was left as alias of
+     <function>oci_cancel</function> for downwards compatability. 
+     This, however, is deprecated and not recommended.
+    </para>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-close.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-close.xml
diff -u phpdoc/en/reference/oci8/functions/oci-close.xml:1.3 
phpdoc/en/reference/oci8/functions/oci-close.xml:1.4
--- phpdoc/en/reference/oci8/functions/oci-close.xml:1.3        Mon Mar  8 11:49:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-close.xml    Thu Apr  1 03:11:26 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.oci-close">
    <refnamediv>
     <refname>oci_close</refname>
@@ -27,6 +27,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ociclose</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_close</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-commit.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-commit.xml
diff -u phpdoc/en/reference/oci8/functions/oci-commit.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-commit.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-commit.xml:1.2       Mon Mar  8 11:07:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-commit.xml   Thu Apr  1 03:11:26 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-commit">
    <refnamediv>
     <refname>oci_commit</refname>
@@ -61,6 +61,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocicommit</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_commit</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <simpara>
      See also <function>oci_rollback</function> and
      <function>oci_execute</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-connect.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-connect.xml
diff -u phpdoc/en/reference/oci8/functions/oci-connect.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-connect.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-connect.xml:1.2      Mon Mar  8 11:07:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-connect.xml  Thu Apr  1 03:11:26 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-connect">
    <refnamediv>
     <refname>oci_connect</refname>
@@ -134,7 +134,14 @@
     <para>
      <function>oci_connect</function> returns &false; if an error occured.
     </para>
-    <simpara>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocilogon</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_connect</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>    <simpara>
      See also <function>oci_pconnect</function> and
      <function>oci_new_connect</function>.
     </simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-define-by-name.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-define-by-name.xml
diff -u phpdoc/en/reference/oci8/functions/oci-define-by-name.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-define-by-name.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-define-by-name.xml:1.2       Mon Mar  8 
11:07:36 2004
+++ phpdoc/en/reference/oci8/functions/oci-define-by-name.xml   Thu Apr  1 03:11:26 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-define-by-name">
    <refnamediv>
     <refname>oci_define_by_name</refname>
@@ -60,6 +60,14 @@
 ]]>
      </programlisting>
     </example>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocidefinebyname</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_define_by_name</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-error.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-error.xml
diff -u phpdoc/en/reference/oci8/functions/oci-error.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-error.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-error.xml:1.1        Mon Mar  8 09:12:17 
2004
+++ phpdoc/en/reference/oci8/functions/oci-error.xml    Thu Apr  1 03:11:26 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-error">
    <refnamediv>
     <refname>oci_error</refname>
@@ -31,6 +31,14 @@
       of the error and the original SQL text which caused it.
      </para>
     </note>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocierror</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_error</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-execute.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-execute.xml
diff -u phpdoc/en/reference/oci8/functions/oci-execute.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-execute.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-execute.xml:1.1      Mon Mar  8 09:12:17 
2004
+++ phpdoc/en/reference/oci8/functions/oci-execute.xml  Thu Apr  1 03:11:26 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-execute">
    <refnamediv>
     <refname>oci_execute</refname>
@@ -24,6 +24,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ociexecute</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_execute</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-all.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-all.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-all.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-fetch-all.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-fetch-all.xml:1.1    Mon Mar  8 09:12:17 
2004
+++ phpdoc/en/reference/oci8/functions/oci-fetch-all.xml        Thu Apr  1 03:11:26 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-fetch-all">
    <refnamediv>
     <refname>oci_fetch_all</refname>
@@ -92,6 +92,14 @@
     <para>
      <function>oci_fetch_all</function> returns &false; in case of error.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use 
<function>ocifetchstatement</function> instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_fetch_all</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-fetch.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-fetch.xml:1.1        Mon Mar  8 09:12:17 
2004
+++ phpdoc/en/reference/oci8/functions/oci-fetch.xml    Thu Apr  1 03:11:27 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-fetch">
    <refnamediv>
     <refname>oci_fetch</refname>
@@ -18,6 +18,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocifetch</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_fetch</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-field-is-null.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-field-is-null.xml
diff -u phpdoc/en/reference/oci8/functions/oci-field-is-null.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-field-is-null.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-field-is-null.xml:1.1        Mon Mar  8 
09:12:17 2004
+++ phpdoc/en/reference/oci8/functions/oci-field-is-null.xml    Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-field-is-null">
    <refnamediv>
     <refname>oci_field_is_null</refname>
@@ -18,6 +18,14 @@
      &null;. Parameter <parameter>field</parameter> could be a field's index
      or a field's name (uppercased).
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocicolumnisnull</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_field_is_null</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-field-name.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-field-name.xml
diff -u phpdoc/en/reference/oci8/functions/oci-field-name.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-field-name.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-field-name.xml:1.2   Mon Mar  8 11:49:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-field-name.xml       Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-field-name">
    <refnamediv>
     <refname>oci_field_name</refname>
@@ -55,6 +55,14 @@
       </programlisting>
      </example>
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocicolumnname</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_field_name</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <simpara>
      See also <function>oci_num_fields</function>,
      <function>oci_field_type</function>, 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-field-precision.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-field-precision.xml
diff -u phpdoc/en/reference/oci8/functions/oci-field-precision.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-field-precision.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-field-precision.xml:1.2      Tue Mar  9 
04:28:18 2004
+++ phpdoc/en/reference/oci8/functions/oci-field-precision.xml  Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-field-precision">
    <refnamediv>
     <refname>oci_field_precision</refname>
@@ -21,6 +21,14 @@
      If precision is 0, then column is NUMBER. Else it's 
      NUMBER(precision, scale).
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use 
<function>ocicolumnprecision</function> instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_field_precision</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
      See also <function>oci_field_scale</function> and
      <function>oci_field_type</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-field-scale.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-field-scale.xml
diff -u phpdoc/en/reference/oci8/functions/oci-field-scale.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-field-scale.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-field-scale.xml:1.2  Tue Mar  9 04:28:18 
2004
+++ phpdoc/en/reference/oci8/functions/oci-field-scale.xml      Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-field-scale">
    <refnamediv>
     <refname>oci_field_scale</refname>
@@ -21,7 +21,15 @@
      If precision is 0, then column is NUMBER. Else it's 
      NUMBER(precision, scale).
     </para>
-    <para>
+     <note>
+      <para>
+       In PHP versions before 5.0.0 you must use <function>ocicolumnscale</function> 
instead. 
+       This name still can be used, it was left as alias of
+       <function>oci_field_scale</function> for downwards compatability. 
+       This, however, is deprecated and not recommended.
+      </para>
+     </note>
+     <para>
      See also <function>oci_field_precision</function> and
      <function>oci_field_type</function>.
     </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-field-size.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-field-size.xml
diff -u phpdoc/en/reference/oci8/functions/oci-field-size.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-field-size.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-field-size.xml:1.2   Tue Mar  9 04:28:18 
2004
+++ phpdoc/en/reference/oci8/functions/oci-field-size.xml       Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-field-size">
    <refnamediv>
     <refname>oci_field_size</refname>
@@ -56,6 +56,14 @@
       </programlisting>
      </example>
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocicolumnsize</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_field_size</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <simpara>
      See also <function>oci_num_fields</function> and
      <function>oci_field_name</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-field-type-raw.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-field-type-raw.xml
diff -u phpdoc/en/reference/oci8/functions/oci-field-type-raw.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-field-type-raw.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-field-type-raw.xml:1.2       Mon Mar  8 
11:49:36 2004
+++ phpdoc/en/reference/oci8/functions/oci-field-type-raw.xml   Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-field-type-raw">
    <refnamediv>
     <refname>oci_field_type_raw</refname>
@@ -16,6 +16,14 @@
      <function>oci_field_type_raw</function> returns Oracle's raw data type of the
      field.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocicolumntyperaw</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_field_type_raw</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
      However, if you want to get field's type, then 
      <function>oci_field_type</function> will suit you better. See
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-field-type.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-field-type.xml
diff -u phpdoc/en/reference/oci8/functions/oci-field-type.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-field-type.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-field-type.xml:1.2   Tue Mar  9 04:28:18 
2004
+++ phpdoc/en/reference/oci8/functions/oci-field-type.xml       Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-field-type">
    <refnamediv>
     <refname>oci_field_type</refname>
@@ -57,6 +57,14 @@
       </programlisting>
      </example>
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocicolumntype</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_field_type</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <simpara>
      See also <function>oci_num_fields</function>,
      <function>oci_field_name</function>, 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-internal-debug.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-internal-debug.xml
diff -u phpdoc/en/reference/oci8/functions/oci-internal-debug.xml:1.3 
phpdoc/en/reference/oci8/functions/oci-internal-debug.xml:1.4
--- phpdoc/en/reference/oci8/functions/oci-internal-debug.xml:1.3       Tue Mar  9 
04:28:19 2004
+++ phpdoc/en/reference/oci8/functions/oci-internal-debug.xml   Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.oci-internal-debug">
    <refnamediv>
     <refname>oci_internal_debug</refname>
@@ -16,6 +16,14 @@
      output.  Set <parameter>onoff</parameter> to 0 to turn debug
      output off or 1 to turn it on.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ociinternaldebug</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_internal_debug</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-close.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-lob-close.xml
diff -u phpdoc/en/reference/oci8/functions/oci-lob-close.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-lob-close.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-lob-close.xml:1.2    Tue Mar  9 04:28:19 
2004
+++ phpdoc/en/reference/oci8/functions/oci-lob-close.xml        Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-lob-close">
    <refnamediv>
     <refname>lob->close</refname>
@@ -19,6 +19,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocicloselob</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_lob_close</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
      See also <function>oci_lob_write_temporary</function>.
     </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-import.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-lob-import.xml
diff -u phpdoc/en/reference/oci8/functions/oci-lob-import.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-lob-import.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-lob-import.xml:1.1   Mon Mar  8 09:12:17 
2004
+++ phpdoc/en/reference/oci8/functions/oci-lob-import.xml       Thu Apr  1 03:11:27 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-lob-import">
    <refnamediv>
     <refname>lob->import</refname>
@@ -18,6 +18,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocisavelobfile</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_lob_import</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-load.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-lob-load.xml
diff -u phpdoc/en/reference/oci8/functions/oci-lob-load.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-lob-load.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-lob-load.xml:1.2     Tue Mar  9 04:28:19 
2004
+++ phpdoc/en/reference/oci8/functions/oci-lob-load.xml Thu Apr  1 03:11:28 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-lob-load">
    <refnamediv>
     <refname>lob->load</refname>
@@ -18,6 +18,14 @@
      recommended to use <function>oci_lob_read</function> instead. In case of
      error <function>lob->load</function> returns &false;.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ociloadlob</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_lob_load</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-save.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-lob-save.xml
diff -u phpdoc/en/reference/oci8/functions/oci-lob-save.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-lob-save.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-lob-save.xml:1.1     Mon Mar  8 09:12:17 
2004
+++ phpdoc/en/reference/oci8/functions/oci-lob-save.xml Thu Apr  1 03:11:28 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-lob-save">
    <refnamediv>
     <refname>lob->save</refname>
@@ -20,6 +20,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocisavelob</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_lob_save</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
      See also <function>oci_lob_write</function> and
      <function>oci_lob_import</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-write-temporary.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-lob-write-temporary.xml
diff -u phpdoc/en/reference/oci8/functions/oci-lob-write-temporary.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-lob-write-temporary.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-lob-write-temporary.xml:1.2  Tue Mar  9 
04:28:20 2004
+++ phpdoc/en/reference/oci8/functions/oci-lob-write-temporary.xml      Thu Apr  1 
03:11:28 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-lob-write-temporary">
    <refnamediv>
     <refname>lob->writeTemporary</refname>
@@ -37,6 +37,14 @@
     <para>
      &return.success; 
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use 
<function>ociwritetemporarylob</function> instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_lob_write_temporary</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
      See also <function>oci_lob_close</function>. 
     </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-new-collection.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-new-collection.xml
diff -u phpdoc/en/reference/oci8/functions/oci-new-collection.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-new-collection.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-new-collection.xml:1.2       Mon Mar  8 
11:49:36 2004
+++ phpdoc/en/reference/oci8/functions/oci-new-collection.xml   Thu Apr  1 03:11:28 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-new-collection">
    <refnamediv>
     <refname>oci_new_collection</refname>
@@ -20,9 +20,17 @@
       named type was created. <function>oci_new_collection</function> uses
       name of the current user as default value of <parameter>schema</parameter>.
      </para>
+    <para>
+     <function>oci_new_collection</function> returns &false; on error.
+    </para>
+    <note>
      <para>
-      <function>oci_new_collection</function> returns &false; on error.
+      In PHP versions before 5.0.0 you must use <function>ocinewcollection</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_new_collection</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
      </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-new-connect.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-new-connect.xml
diff -u phpdoc/en/reference/oci8/functions/oci-new-connect.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-new-connect.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-new-connect.xml:1.2  Mon Mar  8 11:49:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-new-connect.xml      Thu Apr  1 03:11:28 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.oci-new-connect">
    <refnamediv>
     <refname>oci_new_connect</refname>
@@ -129,7 +129,15 @@
     <para>
      <function>oci_new_connect</function> returns &false; on error.
     </para>
-    <simpara>
+    <note>
+      <para>
+       In PHP versions before 5.0.0 you must use <function>ocinlogon</function> 
instead. 
+       This name still can be used, it was left as alias of
+       <function>oci_new_connect</function> for downwards compatability. 
+       This, however, is deprecated and not recommended.
+      </para>
+     </note>
+     <simpara>
      See also <function>oci_connect</function> and
      <function>oci_pconnect</function>.
     </simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-new-cursor.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-new-cursor.xml
diff -u phpdoc/en/reference/oci8/functions/oci-new-cursor.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-new-cursor.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-new-cursor.xml:1.2   Mon Mar  8 11:49:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-new-cursor.xml       Thu Apr  1 03:11:28 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-new-cursor">
    <refnamediv>
     <refname>oci_new_cursor</refname>
@@ -88,6 +88,14 @@
     <para>
      <function>oci_new_cursor</function> returns &false; on error.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocinewcursor</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_new_cursor</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml
diff -u phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml:1.3 
phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml:1.4
--- phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml:1.3       Mon Mar 29 
02:22:23 2004
+++ phpdoc/en/reference/oci8/functions/oci-new-descriptor.xml   Thu Apr  1 03:11:28 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.oci-new-descriptor">
    <refnamediv>
     <refname>oci_new_descriptor</refname>
@@ -130,6 +130,14 @@
     <para>
      <function>oci_new_descriptor</function> returns &false; on error.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocinewdescriptor</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_new_descriptor</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-num-fields.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-num-fields.xml
diff -u phpdoc/en/reference/oci8/functions/oci-num-fields.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-num-fields.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-num-fields.xml:1.1   Mon Mar  8 09:12:17 
2004
+++ phpdoc/en/reference/oci8/functions/oci-num-fields.xml       Thu Apr  1 03:11:28 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-num-fields">
    <refnamediv>
     <refname>oci_num_fields</refname>
@@ -52,6 +52,14 @@
     <para>
      <function>oci_num_fields</function> returns &false; on error.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocinumcols</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_num_fields</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-num-rows.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-num-rows.xml
diff -u phpdoc/en/reference/oci8/functions/oci-num-rows.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-num-rows.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-num-rows.xml:1.2     Mon Mar  8 11:49:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-num-rows.xml Thu Apr  1 03:11:28 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-num-rows">
    <refnamediv>
     <refname>oci_num_rows</refname>
@@ -55,6 +55,14 @@
     <para>
      <function>oci_num_rows</function> returns &false; on error.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocirowcount</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_num_rows</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-parse.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-parse.xml
diff -u phpdoc/en/reference/oci8/functions/oci-parse.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-parse.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-parse.xml:1.2        Thu Mar 25 03:24:12 
2004
+++ phpdoc/en/reference/oci8/functions/oci-parse.xml    Thu Apr  1 03:11:28 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-parse">
    <refnamediv>
     <refname>oci_parse</refname>
@@ -30,6 +30,14 @@
     <para>
      <function>oci_parse</function> returns &false; on error.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ociparse</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_parse</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-password-change.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-password-change.xml
diff -u phpdoc/en/reference/oci8/functions/oci-password-change.xml:1.3 
phpdoc/en/reference/oci8/functions/oci-password-change.xml:1.4
--- phpdoc/en/reference/oci8/functions/oci-password-change.xml:1.3      Tue Mar  9 
04:28:20 2004
+++ phpdoc/en/reference/oci8/functions/oci-password-change.xml  Thu Apr  1 03:11:29 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.oci-password-change">
    <refnamediv>
     <refname>oci_password_change</refname>
@@ -23,6 +23,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use 
<function>ocipasswordchange</function> instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_password_change</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-pconnect.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-pconnect.xml
diff -u phpdoc/en/reference/oci8/functions/oci-pconnect.xml:1.3 
phpdoc/en/reference/oci8/functions/oci-pconnect.xml:1.4
--- phpdoc/en/reference/oci8/functions/oci-pconnect.xml:1.3     Tue Mar  9 04:28:20 
2004
+++ phpdoc/en/reference/oci8/functions/oci-pconnect.xml Thu Apr  1 03:11:29 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.oci-pconnect">
    <refnamediv>
     <refname>oci_pconnect</refname>
@@ -34,6 +34,14 @@
       Database Connections</link> section for more information.
      </para>
     </note>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ociplogon</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_pconnect</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
      See also <function>oci_connect</function> and
      <function>oci_new_connect</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-result.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-result.xml
diff -u phpdoc/en/reference/oci8/functions/oci-result.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-result.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-result.xml:1.1       Mon Mar  8 09:12:17 
2004
+++ phpdoc/en/reference/oci8/functions/oci-result.xml   Thu Apr  1 03:11:29 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-result">
    <refnamediv>
     <refname>oci_result</refname>
@@ -23,6 +23,14 @@
      You can either use the column number (1-based) or the column name (in
      uppercase) for the <function>field</function> parameter.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ociresult</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_result</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
      See also <function>oci_fetch_array</function>, 
      <function>oci_fetch_assoc</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-rollback.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-rollback.xml
diff -u phpdoc/en/reference/oci8/functions/oci-rollback.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-rollback.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-rollback.xml:1.1     Mon Mar  8 09:12:17 
2004
+++ phpdoc/en/reference/oci8/functions/oci-rollback.xml Thu Apr  1 03:11:29 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-rollback">
    <refnamediv>
     <refname>oci_rollback</refname>
@@ -18,6 +18,14 @@
     <para>
      &return.success;
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocirollback</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_rollback</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
      See also <function>oci_commit</function>.
     </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-server-version.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-server-version.xml
diff -u phpdoc/en/reference/oci8/functions/oci-server-version.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-server-version.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-server-version.xml:1.2       Mon Mar  8 
11:49:36 2004
+++ phpdoc/en/reference/oci8/functions/oci-server-version.xml   Thu Apr  1 03:11:29 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-server-version">
    <refnamediv>
     <refname>oci_server_version</refname>
@@ -29,6 +29,14 @@
       </programlisting>
      </example>
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ociserverversion</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_server_version</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-set-prefetch.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-set-prefetch.xml
diff -u phpdoc/en/reference/oci8/functions/oci-set-prefetch.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-set-prefetch.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-set-prefetch.xml:1.2 Mon Mar  8 11:49:36 
2004
+++ phpdoc/en/reference/oci8/functions/oci-set-prefetch.xml     Thu Apr  1 03:11:29 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-set-prefetch">
    <refnamediv>
     <refname>oci_set_prefetch</refname>
@@ -17,6 +17,14 @@
      <function>oci_execute</function>. The default value for
      <parameter>rows</parameter> is 1.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocisetprefetch</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_set_prefetch</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
      &return.success;
     </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-statement-type.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-statement-type.xml
diff -u phpdoc/en/reference/oci8/functions/oci-statement-type.xml:1.2 
phpdoc/en/reference/oci8/functions/oci-statement-type.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-statement-type.xml:1.2       Mon Mar  8 
11:49:36 2004
+++ phpdoc/en/reference/oci8/functions/oci-statement-type.xml   Thu Apr  1 03:11:29 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.oci-statement-type">
    <refnamediv>
     <refname>oci_statement_type</refname>
@@ -55,6 +55,14 @@
     <para>
      <function>oci_statement_type</function> returns &false; on error.
     </para>
+    <note>
+     <para>
+      In PHP versions before 5.0.0 you must use <function>ocistatementtype</function> 
instead. 
+      This name still can be used, it was left as alias of
+      <function>oci_statement_type</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/ocifetchstatement.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/oci8/functions/ocifetchstatement.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.11 
phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.12
--- phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.11       Mon Mar  8 
11:49:36 2004
+++ phpdoc/en/reference/oci8/functions/ocifetchstatement.xml    Thu Apr  1 03:11:29 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocifetchstatement">
    <refnamediv>
@@ -16,76 +16,20 @@
       <methodparam 
choice="opt"><type>int</type><parameter>maxrows</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
      </methodsynopsis>
+    <note>
+     <para>
+      In PHP 5.0.0 this function became an alias for
+      <function>oci_fetch_all</function>.
+      This name still can be used, it was left as alias of
+      <function>oci_fetch_all</function> for downwards compatability. 
+      This, however, is deprecated and not recommended.
+     </para>
+    </note>
     <para>
-     <function>ocifetchstatement</function> fetches rows from a result set
-     into a user-defined array. <parameter>skip</parameter> is the
-     number of initial rows to ignore when fetching the result (default value
-     of 0, to start at the first line). <parameter>maxrows</parameter> is the
-     number of rows to read, starting at the <parameter>skip</parameter>th row
-     (default is -1, meaning all rows).
-    </para>
-    <para>
-     <parameter>flags</parameter> represents the available options for,
-     which can be any combination of the following : 
-     <simplelist>
-      <member>
-       <constant>OCI_FETCHSTATEMENT_BY_ROW</constant>
-      </member>
-      <member>
-       <constant>OCI_FETCHSTATEMENT_BY_COLUMN</constant> (default value)
-      </member>
-      <member>
-       <constant>OCI_NUM</constant>
-      </member>
-      <member>
-       <constant>OCI_ASSOC</constant>
-      </member>
-     </simplelist>
-    </para>
-    <para>
-     <example>
-      <title><function>ocifetchstatement</function> example</title>
-      <programlisting role="php">
-<![CDATA[
-<?php
-/* OCIFetchStatement example mbritton at verinet dot com (990624) */
-
-$conn = OCILogon("scott", "tiger");
-
-$stmt = OCIParse($conn, "select * from emp");
-
-OCIExecute($stmt);
-
-$nrows = OCIFetchStatement($stmt, $results);
-if ($nrows > 0) {
-   echo "<table border=\"1\">\n";
-   echo "<tr>\n";
-   while (list($key, $val) = each($results)) {
-      echo "<th>$key</th>\n";
-   }
-   echo "</tr>\n";
-   
-   for ($i = 0; $i < $nrows; $i++) {
-      reset($results);
-      echo "<tr>\n";
-      while ($column = each($results)) {   
-         $data = $column['value'];
-         echo "<td>$data[$i]</td>\n";
-      }
-      echo "</tr>\n";
-   }
-   echo "</table>\n";
-} else {
-   echo "No data found<br />\n";
-}      
-echo "$nrows Records Selected<br />\n";
- 
-OCIFreeStatement($stmt);
-OCILogoff($conn);
-?>
-]]>
-      </programlisting>
-     </example>
+     See also <function>oci_fetch_array</function>, 
+     <function>oci_fetch_assoc</function>,
+     <function>oci_fetch_object</function>,
+     <function>oci_fetch_row</function>. 
     </para>
    </refsect1>
   </refentry>

Reply via email to