diff options
-rw-r--r-- | phpdbg.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 { |