mirror of
https://github.com/php/php-src.git
synced 2024-11-29 21:04:10 +08:00
fixed bug #21435
This commit is contained in:
parent
c9d9e053f3
commit
2fbb9a5247
@ -987,7 +987,7 @@ PHP_FUNCTION(mysql_get_server_info)
|
||||
Returns a string containing information about the most recent query */
|
||||
PHP_FUNCTION(mysql_info)
|
||||
{
|
||||
zval **mysql_link;
|
||||
zval *mysql_link;
|
||||
int id = -1;
|
||||
char *str;
|
||||
php_mysql_conn *mysql;
|
||||
|
Loading…
Reference in New Issue
Block a user