mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix bug: #19159, mysql_field_count was available since 3.22.24
This commit is contained in:
parent
5911a581e0
commit
04bbf46957
1 changed files with 1 additions and 1 deletions
|
@ -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 < 32223
|
||||
#if MYSQL_VERSION_ID < 32224
|
||||
#define PHP_MYSQL_VALID_RESULT(mysql) \
|
||||
(mysql_num_fields(mysql)>0)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue