didou Sat Aug 16 12:59:40 2003 EDT
Modified files:
/phpdoc/en/reference/oci8/functions ocibindbyname.xml
ocicolumnname.xml
ocicolumnsize.xml
ocicolumntype.xml ocicommit.xml
ocidefinebyname.xml
ocifetchstatement.xml
ocilogon.xml ocinewcursor.xml
ocinewdescriptor.xml
ocinlogon.xml ocinumcols.xml
ocirowcount.xml
ociserverversion.xml
ocistatementtype.xml
Log:
adding missing role attribute to programlisting
obfuscating mails
Index: phpdoc/en/reference/oci8/functions/ocibindbyname.xml
diff -u phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.7
phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.8
--- phpdoc/en/reference/oci8/functions/ocibindbyname.xml:1.7 Tue Aug 12 04:56:59
2003
+++ phpdoc/en/reference/oci8/functions/ocibindbyname.xml Sat Aug 16 12:59:40
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocibindbyname">
<refnamediv>
@@ -40,12 +40,13 @@
(Character-File), OCI_B_CLOB (Character-LOB), OCI_B_BLOB
(Binary-LOB) and OCI_B_ROWID (ROWID).
</para>
- <example>
- <title><function>ocibindbyname</function> example</title>
- <programlisting>
+ <para>
+ <example>
+ <title><function>ocibindbyname</function> example</title>
+ <programlisting role="php">
<![CDATA[
<?php
-/* OCIBindByPos example [EMAIL PROTECTED] (980221)
+/* OCIBindByPos example thies at thieso dot net (980221)
inserts 3 records into emp, and uses the ROWID for updating the
records just after the insert.
*/
@@ -95,8 +96,9 @@
OCILogoff($conn);
?>
]]>
- </programlisting>
- </example>
+ </programlisting>
+ </example>
+ </para>
<warning>
<para>
It is a bad idea to use magic quotes and
Index: phpdoc/en/reference/oci8/functions/ocicolumnname.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnname.xml:1.4
phpdoc/en/reference/oci8/functions/ocicolumnname.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicolumnname.xml:1.4 Tue Aug 12 04:56:59
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumnname.xml Sat Aug 16 12:59:40
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ocicolumnname">
<refnamediv>
@@ -20,7 +20,7 @@
<para>
<example>
<title><function>ocicolumnname</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$conn = OCILogon("scott", "tiger");
Index: phpdoc/en/reference/oci8/functions/ocicolumnsize.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumnsize.xml:1.4
phpdoc/en/reference/oci8/functions/ocicolumnsize.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocicolumnsize.xml:1.4 Tue Aug 12 04:56:59
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumnsize.xml Sat Aug 16 12:59:40
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ocicolumnsize">
<refnamediv>
@@ -22,7 +22,7 @@
<para>
<example>
<title><function>ocicolumnsize</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$conn = OCILogon("scott", "tiger");
Index: phpdoc/en/reference/oci8/functions/ocicolumntype.xml
diff -u phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.5
phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocicolumntype.xml:1.5 Tue Aug 12 04:56:59
2003
+++ phpdoc/en/reference/oci8/functions/ocicolumntype.xml Sat Aug 16 12:59:40
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocicolumntype">
<refnamediv>
@@ -21,7 +21,7 @@
<para>
<example>
<title><function>ocicolumntype</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$conn = OCILogon("scott", "tiger");
Index: phpdoc/en/reference/oci8/functions/ocicommit.xml
diff -u phpdoc/en/reference/oci8/functions/ocicommit.xml:1.10
phpdoc/en/reference/oci8/functions/ocicommit.xml:1.11
--- phpdoc/en/reference/oci8/functions/ocicommit.xml:1.10 Wed Aug 13 03:31:58
2003
+++ phpdoc/en/reference/oci8/functions/ocicommit.xml Sat Aug 16 12:59:40 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocicommit">
<refnamediv>
@@ -20,7 +20,7 @@
This example demonstrates how <function>ocicommit</function> is used.
<example>
<title><function>ocicommit</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
// Login to Oracle server
Index: phpdoc/en/reference/oci8/functions/ocidefinebyname.xml
diff -u phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.7
phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.8
--- phpdoc/en/reference/oci8/functions/ocidefinebyname.xml:1.7 Wed Aug 13 03:31:58
2003
+++ phpdoc/en/reference/oci8/functions/ocidefinebyname.xml Sat Aug 16 12:59:40
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocidefinebyname">
<refnamediv>
@@ -34,10 +34,10 @@
</para>
<example>
<title><function>ocidefinebyname</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
-/* OCIDefineByName example - [EMAIL PROTECTED] (980219) */
+/* OCIDefineByName example - thies at thieso dot net (980219) */
$conn = OCILogon("scott","tiger");
Index: phpdoc/en/reference/oci8/functions/ocifetchstatement.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.7
phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.8
--- phpdoc/en/reference/oci8/functions/ocifetchstatement.xml:1.7 Tue Aug 12
04:56:59 2003
+++ phpdoc/en/reference/oci8/functions/ocifetchstatement.xml Sat Aug 16 12:59:40
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocifetchstatement">
<refnamediv>
@@ -47,10 +47,10 @@
<para>
<example>
<title><function>ocifetchstatement</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
-/* OCIFetchStatement example [EMAIL PROTECTED] (990624) */
+/* OCIFetchStatement example mbritton at verinet dot com (990624) */
$conn = OCILogon("scott","tiger");
Index: phpdoc/en/reference/oci8/functions/ocilogon.xml
diff -u phpdoc/en/reference/oci8/functions/ocilogon.xml:1.5
phpdoc/en/reference/oci8/functions/ocilogon.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocilogon.xml:1.5 Wed Aug 13 03:31:58 2003
+++ phpdoc/en/reference/oci8/functions/ocilogon.xml Sat Aug 16 12:59:40 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocilogon">
<refnamediv>
@@ -32,7 +32,7 @@
This example demonstrates how the connections are shared.
<example>
<title><function>ocilogon</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
print "<PRE>";
Index: phpdoc/en/reference/oci8/functions/ocinewcursor.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewcursor.xml:1.4
phpdoc/en/reference/oci8/functions/ocinewcursor.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocinewcursor.xml:1.4 Fri Jul 4 15:41:17
2003
+++ phpdoc/en/reference/oci8/functions/ocinewcursor.xml Sat Aug 16 12:59:40 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocinewcursor">
<refnamediv>
@@ -21,7 +21,7 @@
<para>
<example>
<title>Using a REF CURSOR from a stored procedure in Oracle</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
// suppose your stored procedure info.output returns a ref cursor in :data
@@ -49,7 +49,7 @@
<para>
<example>
<title>Using a REF CURSOR in a select statement in Oracle</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
print "<HTML><BODY>";
Index: phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.6
phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.7
--- phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.6 Tue Aug 12 04:56:59
2003
+++ phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml Sat Aug 16 12:59:40
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocinewdescriptor">
<refnamediv>
@@ -27,7 +27,7 @@
<para>
<example>
<title><function>ocinewdescriptor</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
/* This script is designed to be called from a HTML form.
@@ -103,7 +103,7 @@
</example>
<example>
<title><function>ocinewdescriptor</function> second example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
/* Calling PL/SQL stored procedures which contain clobs as input
Index: phpdoc/en/reference/oci8/functions/ocinlogon.xml
diff -u phpdoc/en/reference/oci8/functions/ocinlogon.xml:1.4
phpdoc/en/reference/oci8/functions/ocinlogon.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocinlogon.xml:1.4 Tue Aug 12 04:56:59
2003
+++ phpdoc/en/reference/oci8/functions/ocinlogon.xml Sat Aug 16 12:59:40 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.15 -->
<refentry id="function.ocinlogon">
<refnamediv>
@@ -36,7 +36,7 @@
This example demonstrates how the connections are separated.
<example>
<title><function>ocinlogon</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
print "<HTML><PRE>";
Index: phpdoc/en/reference/oci8/functions/ocinumcols.xml
diff -u phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.5
phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.6
--- phpdoc/en/reference/oci8/functions/ocinumcols.xml:1.5 Tue Aug 12 04:56:59
2003
+++ phpdoc/en/reference/oci8/functions/ocinumcols.xml Sat Aug 16 12:59:40 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocinumcols">
<refnamediv>
@@ -21,7 +21,7 @@
<para>
<example>
<title><function>ocinumcols</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
print "<PRE>\n";
Index: phpdoc/en/reference/oci8/functions/ocirowcount.xml
diff -u phpdoc/en/reference/oci8/functions/ocirowcount.xml:1.4
phpdoc/en/reference/oci8/functions/ocirowcount.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocirowcount.xml:1.4 Tue Aug 12 04:56:59
2003
+++ phpdoc/en/reference/oci8/functions/ocirowcount.xml Sat Aug 16 12:59:40 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocirowcount">
<refnamediv>
@@ -20,7 +20,7 @@
<para>
<example>
<title><function>ocirowcount</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
print "<PRE>";
Index: phpdoc/en/reference/oci8/functions/ociserverversion.xml
diff -u phpdoc/en/reference/oci8/functions/ociserverversion.xml:1.3
phpdoc/en/reference/oci8/functions/ociserverversion.xml:1.4
--- phpdoc/en/reference/oci8/functions/ociserverversion.xml:1.3 Mon Feb 10 22:06:15
2003
+++ phpdoc/en/reference/oci8/functions/ociserverversion.xml Sat Aug 16 12:59:40
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ociserverversion">
<refnamediv>
@@ -16,7 +16,7 @@
<para>
<example>
<title><function>ociserverversion</function> example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$conn = OCILogon("scott","tiger");
Index: phpdoc/en/reference/oci8/functions/ocistatementtype.xml
diff -u phpdoc/en/reference/oci8/functions/ocistatementtype.xml:1.4
phpdoc/en/reference/oci8/functions/ocistatementtype.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocistatementtype.xml:1.4 Tue Aug 12 04:56:59
2003
+++ phpdoc/en/reference/oci8/functions/ocistatementtype.xml Sat Aug 16 12:59:40
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocistatementtype">
<refnamediv>
@@ -30,7 +30,7 @@
<para>
<example>
<title><function>ocistatementtype</function> examples</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
print "<PRE>";
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php