From: krakjoe Date: Mon, 25 Nov 2013 17:58:36 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19b1f7b5f988ef1c0e42f45718fc2c54c1c978a5;p=php ... --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 84b1838929..5db26dbf3f 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -867,7 +867,7 @@ PHPDBG_COMMAND(source) /* {{{ */ } else { struct stat sb; if (VCWD_STAT(param->str, &sb) != -1) { - phpdbg_init(param->str, param->len, 0 TSRMLS_CC); + phpdbg_try_file_init(param->str, param->len, 0 TSRMLS_CC); } else phpdbg_error("Cannot stat %s", param->str); } } break;