From: Derick Rethans Date: Sun, 5 Jan 2003 21:11:39 +0000 (+0000) Subject: - MFH (Fix for bug #21435) X-Git-Tag: PHP_4_3_before_13561_fix~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ada8f840192df25dba9fbbcce7015ed49ad706f7;p=php - MFH (Fix for bug #21435) --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index d2ff1e5a86..e5cb6bb366 100644 --- a/ext/mysql/php_mysql.c +++ b/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;