From: krakjoe Date: Sat, 19 Apr 2014 20:08:54 +0000 (+0100) Subject: auto compile when execution context set X-Git-Tag: php-5.6.0beta2~1^2~37^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11c707d83657f2fd8347496d0959b27bdd454836;p=php auto compile when execution context set --- 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 {