mirror of
https://github.com/php/php-src.git
synced 2025-01-06 10:53:39 +08:00
Merge branch 'PHP-7.0'
This commit is contained in:
commit
c5212da8b5
@ -397,7 +397,7 @@ void shutdown_executor(void) /* {{{ */
|
||||
|
||||
zend_shutdown_fpu();
|
||||
|
||||
#ifdef ZEND_DEBUG
|
||||
#if ZEND_DEBUG
|
||||
if (EG(ht_iterators_used) && !CG(unclean_shutdown)) {
|
||||
zend_error(E_WARNING, "Leaked %" PRIu32 " hashtable iterators", EG(ht_iterators_used));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user