]> granicus.if.org Git - php/commitdiff
fixed bug #21435
authorGeorg Richter <georg@php.net>
Sun, 5 Jan 2003 20:53:06 +0000 (20:53 +0000)
committerGeorg Richter <georg@php.net>
Sun, 5 Jan 2003 20:53:06 +0000 (20:53 +0000)
ext/mysql/php_mysql.c

index d2ff1e5a860a7b765f59016db4913a9920f37890..e5cb6bb366671c3b255e2cec022ed14176fffcde 100644 (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;