mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2'
* PHP-8.2: Remove unnecessary ast eval bailout
This commit is contained in:
commit
51a99456e2
3 changed files with 4 additions and 12 deletions
|
@ -471,8 +471,6 @@ void shutdown_executor(void) /* {{{ */
|
|||
if (EG(ht_iterators) != EG(ht_iterators_slots)) {
|
||||
efree(EG(ht_iterators));
|
||||
}
|
||||
|
||||
ZEND_ASSERT(EG(filename_override) == NULL);
|
||||
}
|
||||
|
||||
#if ZEND_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue