Skip to content

Commit 9f361fc

Browse files
author
Andi Gutmans
committed
- Allow enabling of memory cache with zend_mm
1 parent b460dfc commit 9f361fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache TSRMLS_DC)
467467
}
468468
#endif /* ZEND_ENABLE_FAST_CACHE */
469469

470-
#if !ZEND_DISABLE_MEMORY_CACHE
470+
#if !ZEND_DISABLE_MEMORY_CACHE && !defined(ZEND_MM)
471471
if (1 || clean_cache) {
472472
unsigned int i, j;
473473
zend_mem_header *ptr;

0 commit comments

Comments
 (0)