Browse Source

fixed bug #21435

PHP-5
Georg Richter 24 years ago
parent
commit
2fbb9a5247
  1. 2
      ext/mysql/php_mysql.c

2
ext/mysql/php_mysql.c

@ -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…
Cancel
Save