We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eea26f commit 88319f7Copy full SHA for 88319f7
Zend/zend_execute_API.c
@@ -443,7 +443,7 @@ void shutdown_executor(void) /* {{{ */
443
bool fast_shutdown = (
444
is_zend_mm()
445
|| (forceFastShutdown && ZEND_ATOL(forceFastShutdown))
446
- ) && EG(full_tables_cleanup);
+ ) && !EG(full_tables_cleanup);
447
#else
448
bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup);
449
#endif
0 commit comments