nlopess Sat May 7 14:33:05 2005 EDT
Modified files:
/phpdoc/en/reference/mysqli constants.xml
/phpdoc/en/reference/mysqli/functions mysqli-stmt-fetch.xml
Log:
the data_truncated stuff in stmt_fetch was reverted, so removing docs. the
constant wasnt removed, because it will be used elsewhere
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/constants.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/mysqli/constants.xml
diff -u phpdoc/en/reference/mysqli/constants.xml:1.8
phpdoc/en/reference/mysqli/constants.xml:1.9
--- phpdoc/en/reference/mysqli/constants.xml:1.8 Sat May 7 07:02:29 2005
+++ phpdoc/en/reference/mysqli/constants.xml Sat May 7 14:33:00 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<section id='mysqli.constants'>
&reftitle.constants;
@@ -443,7 +443,9 @@
<constant
id='constantmysqli-data-truncated'>MYSQLI_DATA_TRUNCATED</constant>
(<link linkend='language.types.integer'>integer</link>)
</entry>
- <entry>Data truncation occurred. Available since PHP 5.1.0.</entry>
+ <entry>
+ Data truncation occurred. Available since PHP 5.1.0 and MySQL 5.0.5.
+ </entry>
</row>
</tbody>
</tgroup>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml:1.8
phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml:1.9
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml:1.8 Sat May
7 07:02:30 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml Sat May 7
14:33:03 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.mysqli-stmt-fetch">
<refnamediv>
<refname>mysqli_stmt_fetch</refname>
@@ -56,13 +56,8 @@
<entry>Error occured</entry>
</row>
<row>
- <entry>MYSQLI_DATA_TRUNCATED</entry>
- <entry>Data truncation occurred (since PHP 5.1.0)</entry>
- </row>
- <row>
<entry><literal>&null;</literal></entry>
- <entry>No more rows/data exists (or data truncation occurred, in PHP
- 5.0.x)</entry>
+ <entry>No more rows/data exists or data truncation occurred</entry>
</row>
</tbody>
</tgroup>