Merge branch 'PHP-8.2'

* PHP-8.2:
  Remove unnecessary ast eval bailout
This commit is contained in:
Ilija Tovilo 2022-10-27 10:56:04 +02:00
commit 51a99456e2
No known key found for this signature in database
GPG key ID: A4F5D403F118200A
3 changed files with 4 additions and 12 deletions

View file

@ -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