wez Sun Sep 11 02:22:29 2005 EDT
Modified files:
/phpdoc/en/reference/pdo/functions PDO-beginTransaction.xml
PDO-commit.xml PDO-construct.xml
PDO-errorCode.xml
PDO-errorInfo.xml PDO-exec.xml
PDO-getAttribute.xml
PDO-lastInsertId.xml
PDO-prepare.xml PDO-query.xml
PDO-quote.xml PDO-rollBack.xml
PDO-setAttribute.xml
PDOStatement-bindColumn.xml
PDOStatement-bindParam.xml
PDOStatement-bindValue.xml
PDOStatement-closeCursor.xml
PDOStatement-columnCount.xml
PDOStatement-errorCode.xml
PDOStatement-errorInfo.xml
PDOStatement-execute.xml
PDOStatement-fetch.xml
PDOStatement-fetchAll.xml
PDOStatement-fetchColumn.xml
PDOStatement-nextRowset.xml
PDOStatement-rowCount.xml
PDOStatement-setFetchMode.xml
pdo-drivers.xml
Log:
All these methods are stable.
Note: getColumnMeta is not stable; the warning was intentionally left there.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-beginTransaction.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-beginTransaction.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-beginTransaction.xml:1.4
phpdoc/en/reference/pdo/functions/PDO-beginTransaction.xml:1.5
--- phpdoc/en/reference/pdo/functions/PDO-beginTransaction.xml:1.4 Wed Aug
24 07:07:44 2005
+++ phpdoc/en/reference/pdo/functions/PDO-beginTransaction.xml Sun Sep 11
02:22:26 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.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-beginTransaction">
<refnamediv>
@@ -15,7 +15,6 @@
<type>bool</type><methodname>PDO::beginTransaction</methodname>
<void/>
</methodsynopsis>
- &warn.experimental.func;
<para>
Turns off autocommit mode. While autocommit mode is turned off, changes
made to the database via the PDO object instance are not committed until
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-commit.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-commit.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-commit.xml:1.2
phpdoc/en/reference/pdo/functions/PDO-commit.xml:1.3
--- phpdoc/en/reference/pdo/functions/PDO-commit.xml:1.2 Sat Feb 5
13:52:58 2005
+++ phpdoc/en/reference/pdo/functions/PDO-commit.xml Sun Sep 11 02:22:26 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.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-commit">
<refnamediv>
@@ -15,7 +15,6 @@
<type>bool</type><methodname>PDO::commit</methodname>
<void/>
</methodsynopsis>
- &warn.experimental.func;
<para>
Commits a transaction, returning the database connection to autocommit
mode until the next call to <function>PDO::beginTransaction</function>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-construct.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-construct.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-construct.xml:1.14
phpdoc/en/reference/pdo/functions/PDO-construct.xml:1.15
--- phpdoc/en/reference/pdo/functions/PDO-construct.xml:1.14 Wed Aug 24
07:13:06 2005
+++ phpdoc/en/reference/pdo/functions/PDO-construct.xml Sun Sep 11 02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<refentry id="function.PDO-construct">
<refnamediv>
<refname>PDO::__construct</refname>
@@ -16,7 +16,6 @@
<methodparam
choice="opt"><type>string</type><parameter>password</parameter></methodparam>
<methodparam
choice="opt"><type>array</type><parameter>driver_options</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Creates a PDO instance to represent a connection to the requested
database.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-errorCode.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-errorCode.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-errorCode.xml:1.5
phpdoc/en/reference/pdo/functions/PDO-errorCode.xml:1.6
--- phpdoc/en/reference/pdo/functions/PDO-errorCode.xml:1.5 Mon Jul 11
00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDO-errorCode.xml Sun Sep 11 02:22:26 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.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-errorCode">
<refnamediv>
@@ -15,7 +15,6 @@
<void/>
</methodsynopsis>
- &warn.experimental.func;
</refsect1>
<refsect1 role="returnvalues">
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-errorInfo.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-errorInfo.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-errorInfo.xml:1.6
phpdoc/en/reference/pdo/functions/PDO-errorInfo.xml:1.7
--- phpdoc/en/reference/pdo/functions/PDO-errorInfo.xml:1.6 Mon Jul 11
00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDO-errorInfo.xml Sun Sep 11 02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-errorInfo">
<refnamediv>
@@ -15,7 +15,6 @@
<void/>
</methodsynopsis>
- &warn.experimental.func;
</refsect1>
<refsect1 role="returnvalues">
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-exec.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-exec.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-exec.xml:1.7
phpdoc/en/reference/pdo/functions/PDO-exec.xml:1.8
--- phpdoc/en/reference/pdo/functions/PDO-exec.xml:1.7 Mon Jul 11 00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDO-exec.xml Sun Sep 11 02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-exec">
<refnamediv>
@@ -15,8 +15,6 @@
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
-
<para>
<function>PDO::exec</function> executes an SQL statement in
a single function call, returning the number of rows affected by the
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml:1.5
phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml:1.6
--- phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml:1.5 Mon Jul 11
00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml Sun Sep 11
02:22:26 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.PDO-getAttribute">
<refnamediv>
@@ -15,8 +15,6 @@
<methodparam><type>int</type><parameter>attribute</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
-
<para>
This function returns the value of a database connection attribute. To
retrieve PDOStatement attributes, refer to
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.8
phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.9
--- phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml:1.8 Mon Jul 11
00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDO-lastInsertId.xml Sun Sep 11
02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-lastInsertId">
<refnamediv>
@@ -15,8 +15,6 @@
<methodparam
choice="opt"><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
-
<para>
Returns the ID of the last inserted row, or the last value from a
sequence object, depending on the underlying driver.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-prepare.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-prepare.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-prepare.xml:1.7
phpdoc/en/reference/pdo/functions/PDO-prepare.xml:1.8
--- phpdoc/en/reference/pdo/functions/PDO-prepare.xml:1.7 Mon Jul 11
00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDO-prepare.xml Sun Sep 11 02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-prepare">
<refnamediv>
@@ -16,7 +16,6 @@
<methodparam
choice="opt"><type>array</type><parameter>driver_options</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Prepares an SQL statement to be executed by the
<function>PDOStatement::execute</function> method. The SQL statement can
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-query.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-query.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-query.xml:1.4
phpdoc/en/reference/pdo/functions/PDO-query.xml:1.5
--- phpdoc/en/reference/pdo/functions/PDO-query.xml:1.4 Tue Jul 12 05:02:33 2005
+++ phpdoc/en/reference/pdo/functions/PDO-query.xml Sun Sep 11 02:22:26 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.PDO-query">
<refnamediv>
@@ -15,8 +15,6 @@
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
-
<para>
<function>PDO::query</function> executes an SQL statement in
a single function call, returning the result set (if any) returned by the
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-quote.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-quote.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-quote.xml:1.3
phpdoc/en/reference/pdo/functions/PDO-quote.xml:1.4
--- phpdoc/en/reference/pdo/functions/PDO-quote.xml:1.3 Tue Aug 30 20:56:35 2005
+++ phpdoc/en/reference/pdo/functions/PDO-quote.xml Sun Sep 11 02:22:26 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.PDO-quote">
<refnamediv>
@@ -16,8 +16,6 @@
<methodparam
choice="opt"><type>int</type><parameter>parameter_type</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
-
<para>
<function>PDO::quote</function> places quotes around the input
string and escapes and single quotes within the input string, using a
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-rollBack.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-rollBack.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-rollBack.xml:1.6
phpdoc/en/reference/pdo/functions/PDO-rollBack.xml:1.7
--- phpdoc/en/reference/pdo/functions/PDO-rollBack.xml:1.6 Wed Aug 24
07:07:45 2005
+++ phpdoc/en/reference/pdo/functions/PDO-rollBack.xml Sun Sep 11 02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-rollBack">
<refnamediv>
@@ -16,7 +16,6 @@
<void/>
</methodsynopsis>
- &warn.experimental.func;
<para>
Rolls back the current transaction, as initiated by
<function>PDO::beginTransaction</function>. It is an error to call this
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-setAttribute.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-setAttribute.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-setAttribute.xml:1.3
phpdoc/en/reference/pdo/functions/PDO-setAttribute.xml:1.4
--- phpdoc/en/reference/pdo/functions/PDO-setAttribute.xml:1.3 Mon Jul 11
00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDO-setAttribute.xml Sun Sep 11
02:22:26 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.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDO-setAttribute">
<refnamediv>
@@ -16,7 +16,6 @@
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Sets an attribute on the database handle. Some of the available generic
attributes are listed below; some drivers may make use of
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-bindColumn.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-bindColumn.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-bindColumn.xml:1.6
phpdoc/en/reference/pdo/functions/PDOStatement-bindColumn.xml:1.7
--- phpdoc/en/reference/pdo/functions/PDOStatement-bindColumn.xml:1.6 Mon Jul
11 00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-bindColumn.xml Sun Sep
11 02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-bindColumn">
<refnamediv>
@@ -17,7 +17,6 @@
<methodparam
choice="opt"><type>int</type><parameter>type</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
<function>PDOStatement::bindColumn</function> arranges to have a
particular variable bound to a given column in the result-set from a
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.9
phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.10
--- phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.9 Sat Sep
10 12:39:21 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml Sun Sep
11 02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-bindParam">
<refnamediv>
@@ -18,7 +18,6 @@
<methodparam
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
<methodparam
choice="opt"><type>mixed</type><parameter>driver_options</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Binds a PHP variable to a corresponding named or question mark placeholder
in the SQL statement that was use to prepare the statement. Unlike
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml:1.1
phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml:1.2
--- phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml:1.1 Sat Sep
10 12:39:21 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml Sun Sep
11 02:22:26 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.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-bindValue">
<refnamediv>
@@ -16,7 +16,6 @@
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>data_type</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Binds a value to a corresponding named or question mark placeholder
in the SQL statement that was use to prepare the statement.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-closeCursor.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-closeCursor.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-closeCursor.xml:1.3
phpdoc/en/reference/pdo/functions/PDOStatement-closeCursor.xml:1.4
--- phpdoc/en/reference/pdo/functions/PDOStatement-closeCursor.xml:1.3 Wed Aug
24 07:13:06 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-closeCursor.xml Sun Sep
11 02:22:26 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.PDOStatement-closeCursor">
<refnamediv>
@@ -15,8 +15,6 @@
<void/>
</methodsynopsis>
- &warn.experimental.func;
-
<para>
<function>PDOStatement::closeCursor</function> frees up the connection
to the server so that other SQL statements may be issued, but leaves the
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-columnCount.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-columnCount.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-columnCount.xml:1.1
phpdoc/en/reference/pdo/functions/PDOStatement-columnCount.xml:1.2
--- phpdoc/en/reference/pdo/functions/PDOStatement-columnCount.xml:1.1 Mon Jan
17 22:16:39 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-columnCount.xml Sun Sep
11 02:22:26 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.PDOStatement-columnCount">
<refnamediv>
@@ -15,7 +15,6 @@
<void />
</methodsynopsis>
- &warn.experimental.func;
<para>
Use <function>PDOStatement::columnCount</function> to return the number
of columns in the result set represented by the PDOStatement object.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml:1.4
phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml:1.5
--- phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml:1.4 Mon Jul
11 00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-errorCode.xml Sun Sep
11 02:22:26 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.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-errorCode">
<refnamediv>
@@ -14,7 +14,6 @@
<type>int</type><methodname>PDOStatement::errorCode</methodname>
<void/>
</methodsynopsis>
- &warn.experimental.func;
</refsect1>
<refsect1 role="returnvalues">
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-errorInfo.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-errorInfo.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-errorInfo.xml:1.4
phpdoc/en/reference/pdo/functions/PDOStatement-errorInfo.xml:1.5
--- phpdoc/en/reference/pdo/functions/PDOStatement-errorInfo.xml:1.4 Fri Jan
28 23:28:40 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-errorInfo.xml Sun Sep
11 02:22:26 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.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-errorInfo">
<refnamediv>
@@ -15,7 +15,6 @@
<void/>
</methodsynopsis>
- &warn.experimental.func;
</refsect1>
<refsect1 role="returnvalues">
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml:1.5
phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml:1.6
--- phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml:1.5 Wed Aug
24 07:08:59 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-execute.xml Sun Sep 11
02:22:26 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.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-execute">
<refnamediv>
@@ -14,7 +14,6 @@
<type>bool</type><methodname>PDOStatement::execute</methodname>
<methodparam
choice="opt"><type>array</type><parameter>input_parameters</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Execute the prepared statement. If the prepared statement included
parameter markers, you must either:
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-fetch.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-fetch.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-fetch.xml:1.7
phpdoc/en/reference/pdo/functions/PDOStatement-fetch.xml:1.8
--- phpdoc/en/reference/pdo/functions/PDOStatement-fetch.xml:1.7 Fri May
20 14:51:02 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-fetch.xml Sun Sep 11
02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-fetch">
<refnamediv>
@@ -16,7 +16,6 @@
<methodparam
choice="opt"><type>int</type><parameter>cursor_orientation</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>cursor_offset</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
<para>
Fetches a row from a result set associated with a PDOStatement object.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-fetchAll.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-fetchAll.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-fetchAll.xml:1.7
phpdoc/en/reference/pdo/functions/PDOStatement-fetchAll.xml:1.8
--- phpdoc/en/reference/pdo/functions/PDOStatement-fetchAll.xml:1.7 Tue Aug
30 21:33:45 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-fetchAll.xml Sun Sep 11
02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-fetchAll">
<refnamediv>
@@ -16,7 +16,6 @@
<methodparam
choice="opt"><type>int</type><parameter>column_index</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
</refsect1>
<refsect1 role="parameters">
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml:1.2
phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml:1.3
--- phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml:1.2 Wed Jul
6 16:33:57 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-fetchColumn.xml Sun Sep
11 02:22:26 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.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-fetchColumn">
<refnamediv>
@@ -16,8 +16,6 @@
<methodparam
choice="opt"><type>int</type><parameter>column_number</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
-
<para>
Returns a single column from the next row of a result set.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml:1.1
phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml:1.2
--- phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml:1.1 Sat Apr
9 11:57:10 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-nextRowset.xml Sun Sep
11 02:22:26 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.PDOStatement-nextRowset">
<refnamediv>
@@ -15,8 +15,6 @@
<void/>
</methodsynopsis>
- &warn.experimental.func;
-
<para>
Some database servers support stored procedures that return more than one
rowset (also known as a result set).
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-rowCount.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-rowCount.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-rowCount.xml:1.8
phpdoc/en/reference/pdo/functions/PDOStatement-rowCount.xml:1.9
--- phpdoc/en/reference/pdo/functions/PDOStatement-rowCount.xml:1.8 Wed Aug
24 07:13:06 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-rowCount.xml Sun Sep 11
02:22:26 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-rowCount">
<refnamediv>
@@ -15,7 +15,6 @@
<void/>
</methodsynopsis>
- &warn.experimental.func;
<para>
<function>PDOStatement::rowCount</function> returns the number of
rows affected by the last DELETE, INSERT, or UPDATE statement
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-setFetchMode.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-setFetchMode.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-setFetchMode.xml:1.2
phpdoc/en/reference/pdo/functions/PDOStatement-setFetchMode.xml:1.3
--- phpdoc/en/reference/pdo/functions/PDOStatement-setFetchMode.xml:1.2 Wed Jan
26 00:35:40 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-setFetchMode.xml Sun Sep
11 02:22:26 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.PDOStatement-setFetchMode">
<refnamediv>
@@ -15,8 +15,6 @@
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
- &warn.experimental.func;
-
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/pdo-drivers.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pdo/functions/pdo-drivers.xml
diff -u phpdoc/en/reference/pdo/functions/pdo-drivers.xml:1.1
phpdoc/en/reference/pdo/functions/pdo-drivers.xml:1.2
--- phpdoc/en/reference/pdo/functions/pdo-drivers.xml:1.1 Thu Jun 16
09:12:41 2005
+++ phpdoc/en/reference/pdo/functions/pdo-drivers.xml Sun Sep 11 02:22:26 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.pdo-drivers">
<refnamediv>
@@ -14,7 +14,6 @@
<type>array</type><methodname>pdo_drivers</methodname>
<void/>
</methodsynopsis>
- &warn.experimental.func;
<para>
This function returns all currently available PDO drivers which can be used
in <parameter>DSN</parameter> parameter of