mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fix warning
This commit is contained in:
parent
687b684d7b
commit
28d3be43a3
1 changed files with 2 additions and 0 deletions
|
@ -506,7 +506,9 @@ static void php_mysql_do_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent)
|
|||
int hashed_details_length, port = MYSQL_PORT;
|
||||
int client_flags = 0;
|
||||
php_mysql_conn *mysql=NULL;
|
||||
#if MYSQL_VERSION_ID <= 32230
|
||||
void (*handler) (int);
|
||||
#endif
|
||||
zval **z_host=NULL, **z_user=NULL, **z_passwd=NULL, **z_new_link=NULL, **z_client_flags=NULL;
|
||||
zend_bool free_host=0, new_link=0;
|
||||
long connect_timeout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue