]> granicus.if.org Git - php/commitdiff
missed to remove that. multi_query is no more a global.
authorAndrey Hristov <andrey@php.net>
Fri, 29 Apr 2005 10:22:35 +0000 (10:22 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 29 Apr 2005 10:22:35 +0000 (10:22 +0000)
ext/mysqli/mysqli.c

index 4d53880a1e658e42e029c87cc44aac9e876d78a7..c421a02d506c48ad84ba0f9bc8d0ff6f670b466b 100644 (file)
@@ -387,7 +387,6 @@ static void php_mysqli_init_globals(zend_mysqli_globals *mysqli_globals)
        mysqli_globals->reconnect = 0;
        mysqli_globals->report_mode = 0;
        mysqli_globals->report_ht = 0;
-       mysqli_globals->multi_query = 0;
 }
 /* }}} */