summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/create-test.php
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-07-20 20:41:07 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-07-20 20:41:07 +0200
commit6aadeba213305a0b8818c347bea956cb7e258c3a (patch)
tree2b55d65b0d25536f93895c329946a8956f943925 /sapi/phpdbg/create-test.php
parent378a05f0de7ff8874a2b97cdc78851eba748d91f (diff)
downloadphp-git-6aadeba213305a0b8818c347bea956cb7e258c3a.tar.gz
Add show_unexecuted option to phpdbg_end_oplog()
Diffstat (limited to 'sapi/phpdbg/create-test.php')
-rw-r--r--sapi/phpdbg/create-test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/create-test.php b/sapi/phpdbg/create-test.php
index 3bda97670f..6de10bd56f 100644
--- a/sapi/phpdbg/create-test.php
+++ b/sapi/phpdbg/create-test.php
@@ -27,7 +27,7 @@
error_reporting(-1);
$phpdbg = getenv('TEST_PHPDBG_EXECUTABLE') ?: null;
-$pass_options = " -qbI";
+$pass_options = ' -qbI -n -d "error_reporting=32767" -d "display_errors=1" -d "display_startup_errors=1" -d "log_errors=0"';
$file = "";
$cmdargv = "";