From c4aac32a946d94b429e4a7d6eabff932e80e5686 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 7 May 2005 18:33:03 +0000 Subject: [PATCH] the data_truncated stuff in stmt_fetch was reverted, so removing docs. the constant wasnt removed, because it will be used elsewhere git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185982 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/constants.xml | 6 ++++-- reference/mysqli/functions/mysqli-stmt-fetch.xml | 9 ++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index ef39d040a7..6bffeb2c49 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -443,7 +443,9 @@ MYSQLI_DATA_TRUNCATED (integer) - Data truncation occurred. Available since PHP 5.1.0. + + Data truncation occurred. Available since PHP 5.1.0 and MySQL 5.0.5. + diff --git a/reference/mysqli/functions/mysqli-stmt-fetch.xml b/reference/mysqli/functions/mysqli-stmt-fetch.xml index 0a5546a713..30e6e0bb44 100644 --- a/reference/mysqli/functions/mysqli-stmt-fetch.xml +++ b/reference/mysqli/functions/mysqli-stmt-fetch.xml @@ -1,5 +1,5 @@ - + mysqli_stmt_fetch @@ -55,14 +55,9 @@ &false; Error occured - - MYSQLI_DATA_TRUNCATED - Data truncation occurred (since PHP 5.1.0) - &null; - No more rows/data exists (or data truncation occurred, in PHP - 5.0.x) + No more rows/data exists or data truncation occurred