]> granicus.if.org Git - php/commitdiff
- MFZE1 (Turn off fast cache until we make sure it performs well.)
authorAndi Gutmans <andi@php.net>
Mon, 24 Jun 2002 19:41:06 +0000 (19:41 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 24 Jun 2002 19:41:06 +0000 (19:41 +0000)
Zend/zend_fast_cache.h

index 53ea657ce50281d0b1ebc33b22754c314901b23f..399a90ca1b299b9c56e57de5d8577db2bf8a3553 100644 (file)
@@ -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