mirror of
https://github.com/php/php-src.git
synced 2026-04-05 23:23:03 +02:00
Do not execute anything after quit or clean command
This commit is contained in:
@@ -1438,6 +1438,10 @@ void phpdbg_execute_ex(zend_op_array *op_array TSRMLS_DC) /* {{{ */
|
||||
}
|
||||
#endif
|
||||
|
||||
if ((PHPDBG_G(flags) & (PHPDBG_IS_STOPPING | PHPDBG_IS_RUNNING)) == PHPDBG_IS_STOPPING) {
|
||||
zend_bailout();
|
||||
}
|
||||
|
||||
EG(in_execution) = 1;
|
||||
|
||||
#if PHP_VERSION_ID >= 50500
|
||||
|
||||
Reference in New Issue
Block a user