mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
multi_query is no more global
#thanks Sebastian!
This commit is contained in:
@@ -408,7 +408,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;
|
||||
#ifdef HAVE_EMBEDDED_MYSQLI
|
||||
mysqli_globals->embedded = 1;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user