From: Zeev Suraski Date: Sat, 15 Dec 2001 17:09:37 +0000 (+0000) Subject: Fix bug #13456 - I'm unable to actually test it X-Git-Tag: PRE_ISSET_PATCH~533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9590c5173c6f08b132f90b71d40d48010d223edf;p=php Fix bug #13456 - I'm unable to actually test it --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index cf9aa614e1..804b7fa32f 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -98,7 +98,7 @@ static int le_result, le_link, le_plink; #define MYSQL_USE_RESULT 0 #define MYSQL_STORE_RESULT 1 -#if MYSQL_VERSION_ID < 32224 +#if MYSQL_VERSION_ID < 32223 #define PHP_MYSQL_VALID_RESULT(mysql) \ (mysql_num_fields(mysql)>0) #else