From: Andi Gutmans Date: Mon, 24 Jun 2002 19:41:06 +0000 (+0000) Subject: - MFZE1 (Turn off fast cache until we make sure it performs well.) X-Git-Tag: php-4.3.0dev_zend2_alpha2~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=136b92e33a702e05f4333de91b743e042fb7d62a;p=php - MFZE1 (Turn off fast cache until we make sure it performs well.) --- diff --git a/Zend/zend_fast_cache.h b/Zend/zend_fast_cache.h index 53ea657ce5..399a90ca1b 100644 --- a/Zend/zend_fast_cache.h +++ b/Zend/zend_fast_cache.h @@ -25,7 +25,7 @@ # if ZEND_DEBUG # define ZEND_ENABLE_FAST_CACHE 0 # else -# define ZEND_ENABLE_FAST_CACHE 1 +# define ZEND_ENABLE_FAST_CACHE 0 # endif #endif