This commit is contained in:
Georg Richter 2003-01-05 20:53:06 +00:00
parent c9d9e053f3
commit 2fbb9a5247

View File

@ -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;