diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2016-11-30 02:57:34 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2016-11-30 02:57:34 +0100 |
commit | 7631c8766e17b5f1ace0fcc2a996515545026faf (patch) | |
tree | bb9833341df5cfa9ec4a029c29bdc19aaa26e8ac /sapi/phpdbg/phpdbg.c | |
parent | 503c32e06edcd5b5e01678b714f83e6fee4cdd5c (diff) | |
parent | 7aaa1a876e82484c0c491c48efeda69dcc79507d (diff) | |
download | php-git-7631c8766e17b5f1ace0fcc2a996515545026faf.tar.gz |
Merge branch 'PHP-7.1'
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r-- | sapi/phpdbg/phpdbg.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index 1016cc2d39..657667638c 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -1893,9 +1893,7 @@ phpdbg_main: /* initialize from file */ PHPDBG_G(flags) |= PHPDBG_IS_INITIALIZING; zend_try { - if (init_file) { - phpdbg_init(init_file, init_file_len, init_file_default); - } + phpdbg_init(init_file, init_file_len, init_file_default); } zend_end_try(); PHPDBG_G(flags) &= ~PHPDBG_IS_INITIALIZING; |