mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Revert "fix crash in phpdbg shutdown process when opcache is loaded"
This reverts commit 008fb28eaf
.
This commit is contained in:
parent
008fb28eaf
commit
c564924d31
1 changed files with 1 additions and 2 deletions
|
@ -228,6 +228,7 @@ static PHP_RSHUTDOWN_FUNCTION(phpdbg) /* {{{ */
|
||||||
zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]);
|
zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_METHOD]);
|
||||||
zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]);
|
zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_COND]);
|
||||||
zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]);
|
zend_hash_destroy(&PHPDBG_G(bp)[PHPDBG_BREAK_MAP]);
|
||||||
|
zend_hash_destroy(&PHPDBG_G(file_sources));
|
||||||
zend_hash_destroy(&PHPDBG_G(seek));
|
zend_hash_destroy(&PHPDBG_G(seek));
|
||||||
zend_hash_destroy(&PHPDBG_G(registered));
|
zend_hash_destroy(&PHPDBG_G(registered));
|
||||||
zend_hash_destroy(&PHPDBG_G(watchpoints));
|
zend_hash_destroy(&PHPDBG_G(watchpoints));
|
||||||
|
@ -2136,8 +2137,6 @@ phpdbg_out:
|
||||||
wrapper->wops->stream_opener = PHPDBG_G(orig_url_wrap_php);
|
wrapper->wops->stream_opener = PHPDBG_G(orig_url_wrap_php);
|
||||||
}
|
}
|
||||||
|
|
||||||
zend_hash_destroy(&PHPDBG_G(file_sources));
|
|
||||||
|
|
||||||
zend_try {
|
zend_try {
|
||||||
php_module_shutdown();
|
php_module_shutdown();
|
||||||
} zend_end_try();
|
} zend_end_try();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue