mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Fix Release builds
This commit is contained in:
parent
cc44119bf6
commit
5f2da6f219
@ -470,7 +470,7 @@ ZEND_API void _zend_bailout(ZEND_FILE_LINE_D)
|
||||
ELS_FETCH();
|
||||
|
||||
if (!EG(bailout_set)) {
|
||||
zend_output_debug_string(1, "%s(%d) : Bailed out without a bailout address!", ZEND_FILE_LINE_RELAY_C);
|
||||
zend_output_debug_string(1, "%s(%d) : Bailed out without a bailout address!" ZEND_FILE_LINE_RELAY_CC);
|
||||
exit(-1);
|
||||
}
|
||||
CG(unclean_shutdown) = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user