From: Andi Gutmans Date: Sun, 1 Dec 2002 20:15:09 +0000 (+0000) Subject: - Allow enabling of memory cache with zend_mm X-Git-Tag: RELEASE_1_0b3~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f361fc0f824c1997d971fc8e2cd06c9596da09b;p=php - Allow enabling of memory cache with zend_mm --- diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 19a3e90d1d..ce1f60ad99 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -467,7 +467,7 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache TSRMLS_DC) } #endif /* ZEND_ENABLE_FAST_CACHE */ -#if !ZEND_DISABLE_MEMORY_CACHE +#if !ZEND_DISABLE_MEMORY_CACHE && !defined(ZEND_MM) if (1 || clean_cache) { unsigned int i, j; zend_mem_header *ptr;