mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fix exit code (bug #17733).
This commit is contained in:
parent
1233f27eec
commit
11bc56d48b
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
} zend_catch {
|
||||
exit_status = 255;
|
||||
exit_status = EG(exit_status);
|
||||
} zend_end_try();
|
||||
|
||||
php_module_shutdown(TSRMLS_C);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue