summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-07-25 00:31:05 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-07-25 00:31:05 +0200
commitb4c595dd82548575304d3b41b1c9321f50a5fefd (patch)
tree2b4b4353e05264fb01855e5bd131cad6ec9bfd8a /sapi/phpdbg/phpdbg.c
parentcf8598593525664d7c66a7998fae68ee9268e60e (diff)
downloadphp-git-b4c595dd82548575304d3b41b1c9321f50a5fefd.tar.gz
Fix op_arrays with opcache
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r--sapi/phpdbg/phpdbg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c
index 0a84202509..a40ab832a4 100644
--- a/sapi/phpdbg/phpdbg.c
+++ b/sapi/phpdbg/phpdbg.c
@@ -1756,6 +1756,8 @@ phpdbg_main:
/* Make stdin, stdout and stderr accessible from PHP scripts */
phpdbg_register_file_handles();
+ phpdbg_list_update();
+
if (show_banner && cleaning < 2) {
/* print blurb */
phpdbg_welcome(cleaning == 1);