summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--phpdbg.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpdbg.c b/phpdbg.c
index 213906a977..2c5b7960d5 100644
--- a/phpdbg.c
+++ b/phpdbg.c
@@ -929,7 +929,6 @@ phpdbg_main:
step = 0;
sapi_name = NULL;
-
while ((opt = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) {
switch (opt) {
case 'r':
@@ -1255,6 +1254,10 @@ phpdbg_main:
phpdbg_welcome((cleaning > 0) TSRMLS_CC);
}
+ if (PHPDBG_G(exec)) {
+ PHPDBG_COMMAND_HANDLER(compile)(NULL TSRMLS_CC);
+ }
+
/* initialize from file */
PHPDBG_G(flags) |= PHPDBG_IS_INITIALIZING;
zend_try {