From c2d6fe7424c7a807535b1c149d43b4dbdb8d6675 Mon Sep 17 00:00:00 2001 From: Sherif Ramadan Date: Sat, 12 Oct 2013 22:53:30 +0000 Subject: [PATCH] Fix bug #65877 - wrong constant used (PHP_INT_MAX not MAXINT). Patch by Dean Sas git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331790 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli_result/num-rows.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mysqli/mysqli_result/num-rows.xml b/reference/mysqli/mysqli_result/num-rows.xml index b46d6211a4..e2c54c162a 100644 --- a/reference/mysqli/mysqli_result/num-rows.xml +++ b/reference/mysqli/mysqli_result/num-rows.xml @@ -44,7 +44,7 @@ - If the number of rows is greater than MAXINT, the number + If the number of rows is greater than PHP_INT_MAX, the number will be returned as a string.