Fix segfault in ZTS mode when just printing and exiting in phpdbg

This commit is contained in:
Bob Weinand 2016-12-20 19:48:59 +01:00
parent 43cc3d7d92
commit 3273f15412

View File

@ -72,7 +72,7 @@ PHP_INI_END()
static zend_bool phpdbg_booted = 0;
static zend_bool phpdbg_fully_started = 0;
zend_bool use_mm_wrappers = 0;
zend_bool use_mm_wrappers = 1;
static void php_phpdbg_destroy_bp_file(zval *brake) /* {{{ */
{