vrana Wed Apr 6 04:49:32 2005 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-prepare.xml
Log:
Marker is not allowed with IS NULL (bug #30908)
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml:1.9
phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml:1.10
--- phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml:1.9 Tue Apr 5
10:11:47 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml Wed Apr 6
04:49:29 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="function.mysqli-prepare">
<refnamediv>
<refname>mysqli_prepare</refname>
@@ -52,7 +52,9 @@
in the select list that names the columns to be returned by a SELECT
statement,
or to specify both operands of a binary operator such as the
<literal>=</literal>
equal sign. The latter restriction is necessary because it would be
impossible
- to determine the parameter type. In general, parameters are legal only
in Data
+ to determine the parameter type. It's not allowed to compare marker
+ with <literal>NULL</literal> by <literal>? IS NULL</literal> too.
+ In general, parameters are legal only in Data
Manipulation Languange (DML) statements, and not in Data Defination
Language
(DDL) statements.
</para>