mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
Fixed compiler warning
This commit is contained in:
@@ -625,7 +625,7 @@ static void php_mysql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
|
||||
int hashed_details_length, port = MYSQL_PORT;
|
||||
long client_flags = 0;
|
||||
php_mysql_conn *mysql=NULL;
|
||||
#if !defined(MYSQL_USE_MYSQLND) && !defined(MYSQL_HASH_SET_CHARSET)
|
||||
#if !defined(MYSQL_USE_MYSQLND) && !defined(MYSQL_HAS_SET_CHARSET)
|
||||
char *encoding;
|
||||
#endif
|
||||
#if MYSQL_VERSION_ID <= 32230
|
||||
|
||||
Reference in New Issue
Block a user