vrana Fri Aug 17 17:02:13 2007 UTC
Modified files:
/phpdoc/en/reference/pdo/functions PDOStatement-bindParam.xml
PDOStatement-bindValue.xml
Log:
data_type defaults to PHP native type (bug #38389)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.15
phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.16
--- phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.15 Wed Jun
20 22:25:12 2007
+++ phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml Fri Aug
17 17:02:13 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<refentry xml:id="function.PDOStatement-bindParam"
xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>PDOStatement->bindParam()</refname>
@@ -66,7 +66,9 @@
<listitem>
<para>
Explicit data type for the parameter using the PDO::PARAM_*
- constants. To return an INOUT parameter from a stored procedure,
+ constants.
+ Defaults to PHP native type.
+ To return an INOUT parameter from a stored procedure,
use the bitwise OR operator to set the PDO::PARAM_INPUT_OUTPUT bits
for the <parameter>data_type</parameter> parameter.
</para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml:1.7
phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml:1.8
--- phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml:1.7 Wed Jun
20 22:25:12 2007
+++ phpdoc/en/reference/pdo/functions/PDOStatement-bindValue.xml Fri Aug
17 17:02:13 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry xml:id="function.PDOStatement-bindValue"
xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>PDOStatement->bindValue()</refname>
@@ -54,6 +54,7 @@
<para>
Explicit data type for the parameter using the PDO::PARAM_*
constants.
+ Defaults to PHP native type.
</para>
</listitem>
</varlistentry>