summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-05-21 12:22:24 +0000
committerSterling Hughes <sterling@php.net>2003-05-21 12:22:24 +0000
commit654f141e1cb17914652a03355b7899f89712756c (patch)
tree0ed76070df4dacea74f02577e44b7f3fa00ace72
parentd141ffd9de7948830345ee0a13054aada00e6b1c (diff)
downloadphp-git-654f141e1cb17914652a03355b7899f89712756c.tar.gz
leave this off until its more ready/stable
php5 actually beats php4.3.* in my benchmarks now # make sure to recompile zend_alloc.c
-rw-r--r--Zend/zend_mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_mm.h b/Zend/zend_mm.h
index 2325d47512..98050c3b65 100644
--- a/Zend/zend_mm.h
+++ b/Zend/zend_mm.h
@@ -27,7 +27,7 @@
#include "zend_types.h"
/* Define this to enable Zend MM */
-#define ZEND_MM
+#undef ZEND_MM
/* mm block type */
typedef struct _zend_mm_block {