Skip to content

Commit 88319f7

Browse files
committed
Fix
1 parent 4eea26f commit 88319f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_execute_API.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ void shutdown_executor(void) /* {{{ */
443443
bool fast_shutdown = (
444444
is_zend_mm()
445445
|| (forceFastShutdown && ZEND_ATOL(forceFastShutdown))
446-
) && EG(full_tables_cleanup);
446+
) && !EG(full_tables_cleanup);
447447
#else
448448
bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup);
449449
#endif

0 commit comments

Comments
 (0)