Skip to content

Commit 134270f

Browse files
committed
Test
1 parent 1cdfb49 commit 134270f

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
@@ -432,7 +432,7 @@ void shutdown_executor(void) /* {{{ */
432432
#if ZEND_DEBUG
433433
bool fast_shutdown = 1;
434434
#else
435-
bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup);
435+
bool fast_shutdown = !EG(full_tables_cleanup);
436436
#endif
437437

438438
zend_try {

0 commit comments

Comments
 (0)