Skip to content

Commit e4db84f

Browse files
committed
Merge branch 'PHP-7.1'
2 parents d58231d + 3273f15 commit e4db84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/phpdbg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ PHP_INI_END()
7272

7373
static zend_bool phpdbg_booted = 0;
7474
static zend_bool phpdbg_fully_started = 0;
75-
zend_bool use_mm_wrappers = 0;
75+
zend_bool use_mm_wrappers = 1;
7676

7777
static void php_phpdbg_destroy_bp_file(zval *brake) /* {{{ */
7878
{

0 commit comments

Comments
 (0)