mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
Fix segfault in ZTS mode when just printing and exiting in phpdbg
This commit is contained in:
parent
43cc3d7d92
commit
3273f15412
@ -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) /* {{{ */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user