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