From 8ea44f998edaa0d4e09faace601fca6938d41776 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 26 Oct 2008 12:13:17 +0000 Subject: [PATCH] * Fixes #44846 (Missing MYSQLI_ENUM_FLAG) * MYSQLI_TYPE_SHORT is a SMALLINT not INT git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267779 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/constants.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/reference/mysqli/constants.xml b/reference/mysqli/constants.xml index f2bb61ba80..302726ea09 100644 --- a/reference/mysqli/constants.xml +++ b/reference/mysqli/constants.xml @@ -1,5 +1,5 @@ - + &reftitle.constants;
@@ -276,7 +276,7 @@ MYSQLI_TYPE_SHORT - Field is defined as INT + Field is defined as SMALLINT @@ -472,6 +472,14 @@ + + MYSQLI_ENUM_FLAG + + + Field is defined as ENUM. Available since PHP 5.3.0. + + +