summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2016-12-20 19:49:25 +0100
committerBob Weinand <bobwei9@hotmail.com>2016-12-20 19:49:25 +0100
commite4db84f231afdc501c7cf2dc41741e993689136f (patch)
tree4efefbe23ccc169b23601a702d641604631037c3
parentd58231dda300b015260ea8fb17c28f8eebf1ec51 (diff)
parent3273f154120696c8054f61e8371a0c0af067fb36 (diff)
downloadphp-git-e4db84f231afdc501c7cf2dc41741e993689136f.tar.gz
Merge branch 'PHP-7.1'
-rw-r--r--sapi/phpdbg/phpdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c
index 34545367cb..e3b5abbbc3 100644
--- a/sapi/phpdbg/phpdbg.c
+++ b/sapi/phpdbg/phpdbg.c
@@ -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) /* {{{ */
{