mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix memory errors
This commit is contained in:
parent
9b30877d56
commit
a582d2793d
5 changed files with 63 additions and 40 deletions
|
@ -464,11 +464,6 @@ static PHPDBG_COMMAND(run) /* {{{ */
|
|||
zend_rebuild_symbol_table(TSRMLS_C);
|
||||
}
|
||||
|
||||
zend_try {
|
||||
/* last chance ... */
|
||||
zend_activate_auto_globals(TSRMLS_C);
|
||||
} zend_end_try();
|
||||
|
||||
/* clean seek state */
|
||||
PHPDBG_G(flags) &= ~PHPDBG_SEEK_MASK;
|
||||
zend_hash_clean(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue