tony2001 Tue Sep 6 16:41:31 2005 EDT
Modified files:
/phpdoc/en/reference/oci8/functions oci-connect.xml
oci-fetch-all.xml
oci-fetch-array.xml
oci-fetch-assoc.xml
oci-fetch-object.xml
oci-fetch-row.xml oci-fetch.xml
oci-new-connect.xml
oci-pconnect.xml oci-result.xml
Log:
make use of the new entities
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-connect.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-connect.xml
diff -u phpdoc/en/reference/oci8/functions/oci-connect.xml:1.7
phpdoc/en/reference/oci8/functions/oci-connect.xml:1.8
--- phpdoc/en/reference/oci8/functions/oci-connect.xml:1.7 Tue Sep 6
16:18:29 2005
+++ phpdoc/en/reference/oci8/functions/oci-connect.xml Tue Sep 6 16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.oci-connect">
<refnamediv>
<refname>oci_connect</refname>
@@ -43,9 +43,7 @@
<simpara>
If you're using PHP with Oracle Instant Client, you can use easy connect
naming method described here:
- <ulink
-
url="http://download-west.oracle.com/docs/cd/B12037_01/network.101/b10775/naming.htm#i498306">
-
http://download-west.oracle.com/docs/cd/B12037_01/network.101/b10775/naming.htm#i498306</ulink>.
+ <ulink url="&url.oracle.oic.connect;">&url.oracle.oic.connect;</ulink>.
Basically this means you can specify "//db_host[:port]/database_name"
as database name. But if you want to use the old way of naming you
<emphasis>must</emphasis> set either <constant>ORACLE_HOME</constant> or
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-all.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-all.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-all.xml:1.6
phpdoc/en/reference/oci8/functions/oci-fetch-all.xml:1.7
--- phpdoc/en/reference/oci8/functions/oci-fetch-all.xml:1.6 Tue Sep 6
16:18:29 2005
+++ phpdoc/en/reference/oci8/functions/oci-fetch-all.xml Tue Sep 6
16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.oci-fetch-all">
<refnamediv>
<refname>oci_fetch_all</refname>
@@ -88,6 +88,7 @@
</programlisting>
</example>
</para>
+ &oci.datatypes;
<para>
<function>oci_fetch_all</function> returns &false; in case of error.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-array.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-array.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-array.xml:1.4
phpdoc/en/reference/oci8/functions/oci-fetch-array.xml:1.5
--- phpdoc/en/reference/oci8/functions/oci-fetch-array.xml:1.4 Tue Sep 6
16:18:29 2005
+++ phpdoc/en/reference/oci8/functions/oci-fetch-array.xml Tue Sep 6
16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.oci-fetch-array">
<refnamediv>
<refname>oci_fetch_array</refname>
@@ -155,6 +155,7 @@
</programlisting>
</example>
</para>
+ &oci.datatypes;
<para>
See also <function>oci_fetch_assoc</function>,
<function>oci_fetch_object</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml:1.3
phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml:1.4
--- phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml:1.3 Tue Sep 6
16:18:29 2005
+++ phpdoc/en/reference/oci8/functions/oci-fetch-assoc.xml Tue Sep 6
16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.oci-fetch-assoc">
<refnamediv>
<refname>oci_fetch_assoc</refname>
@@ -27,6 +27,7 @@
Oracle returns all field names in uppercase and associative indices in
the result array will be uppercased too.
</simpara>
</note>
+ &oci.datatypes;
<para>
See also <function>oci_fetch_array</function>,
<function>oci_fetch_object</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch-object.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-object.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-object.xml:1.4
phpdoc/en/reference/oci8/functions/oci-fetch-object.xml:1.5
--- phpdoc/en/reference/oci8/functions/oci-fetch-object.xml:1.4 Tue Sep 6
16:18:29 2005
+++ phpdoc/en/reference/oci8/functions/oci-fetch-object.xml Tue Sep 6
16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.oci-fetch-object">
<refnamediv>
<refname>oci_fetch_object</refname>
@@ -25,6 +25,7 @@
Oracle returns all field names in uppercase and attributes' names in the
result object will be in uppercase as well.
</simpara>
</note>
+ &oci.datatypes;
<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-fetch-row.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch-row.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch-row.xml:1.4
phpdoc/en/reference/oci8/functions/oci-fetch-row.xml:1.5
--- phpdoc/en/reference/oci8/functions/oci-fetch-row.xml:1.4 Tue Sep 6
16:18:29 2005
+++ phpdoc/en/reference/oci8/functions/oci-fetch-row.xml Tue Sep 6
16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.oci-fetch-row">
<refnamediv>
<refname>oci_fetch_row</refname>
@@ -22,6 +22,7 @@
Subsequent calls to <function>oci_fetch_row</function> will return the
next row from the result data or &false; if there are no more rows.
</para>
+ &oci.datatypes;
<para>
See also <function>oci_fetch_array</function>,
<function>oci_fetch_object</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-fetch.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-fetch.xml
diff -u phpdoc/en/reference/oci8/functions/oci-fetch.xml:1.2
phpdoc/en/reference/oci8/functions/oci-fetch.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-fetch.xml:1.2 Thu Apr 1
03:11:27 2004
+++ phpdoc/en/reference/oci8/functions/oci-fetch.xml Tue Sep 6 16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.oci-fetch">
<refnamediv>
<refname>oci_fetch</refname>
@@ -18,6 +18,7 @@
<para>
&return.success;
</para>
+ &oci.datatypes;
<note>
<para>
In PHP versions before 5.0.0 you must use <function>ocifetch</function>
instead.
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-new-connect.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-new-connect.xml
diff -u phpdoc/en/reference/oci8/functions/oci-new-connect.xml:1.6
phpdoc/en/reference/oci8/functions/oci-new-connect.xml:1.7
--- phpdoc/en/reference/oci8/functions/oci-new-connect.xml:1.6 Tue Sep 6
16:18:29 2005
+++ phpdoc/en/reference/oci8/functions/oci-new-connect.xml Tue Sep 6
16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.oci-new-connect">
<refnamediv>
<refname>oci_new_connect</refname>
@@ -47,9 +47,7 @@
<simpara>
If you're using PHP with Oracle Instant Client, you can use easy connect
naming method described here:
- <ulink
-
url="http://download-west.oracle.com/docs/cd/B12037_01/network.101/b10775/naming.htm#i498306">
-
http://download-west.oracle.com/docs/cd/B12037_01/network.101/b10775/naming.htm#i498306</ulink>.
+ <ulink url="&url.oracle.oic.connect;">&url.oracle.oic.connect;</ulink>.
Basically this means you can specify "//db_host[:port]/database_name"
as database name. But if you want to use the old way of naming you
<emphasis>must</emphasis> set either <constant>ORACLE_HOME</constant> or
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-pconnect.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-pconnect.xml
diff -u phpdoc/en/reference/oci8/functions/oci-pconnect.xml:1.7
phpdoc/en/reference/oci8/functions/oci-pconnect.xml:1.8
--- phpdoc/en/reference/oci8/functions/oci-pconnect.xml:1.7 Tue Sep 6
16:18:29 2005
+++ phpdoc/en/reference/oci8/functions/oci-pconnect.xml Tue Sep 6 16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.oci-pconnect">
<refnamediv>
<refname>oci_pconnect</refname>
@@ -59,9 +59,7 @@
<simpara>
If you're using PHP with Oracle Instant Client, you can use easy connect
naming method described here:
- <ulink
-
url="http://download-west.oracle.com/docs/cd/B12037_01/network.101/b10775/naming.htm#i498306">
-
http://download-west.oracle.com/docs/cd/B12037_01/network.101/b10775/naming.htm#i498306</ulink>.
+ <ulink url="&url.oracle.oic.connect;">&url.oracle.oic.connect;</ulink>.
Basically this means you can specify "//db_host[:port]/database_name"
as database name. But if you want to use the old way of naming you
<emphasis>must</emphasis> set either <constant>ORACLE_HOME</constant> or
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-result.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-result.xml
diff -u phpdoc/en/reference/oci8/functions/oci-result.xml:1.2
phpdoc/en/reference/oci8/functions/oci-result.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-result.xml:1.2 Thu Apr 1
03:11:29 2004
+++ phpdoc/en/reference/oci8/functions/oci-result.xml Tue Sep 6 16:41:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.oci-result">
<refnamediv>
<refname>oci_result</refname>
@@ -31,6 +31,7 @@
This, however, is deprecated and not recommended.
</para>
</note>
+ &oci.datatypes;
<para>
See also <function>oci_fetch_array</function>,
<function>oci_fetch_assoc</function>,