- MFZE1 (Turn off fast cache until we make sure it performs well.)

This commit is contained in:
Andi Gutmans 2002-06-24 19:41:06 +00:00
parent cccc4e3c5a
commit 136b92e33a

View 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