From: Sterling Hughes Date: Wed, 21 May 2003 12:22:24 +0000 (+0000) Subject: leave this off until its more ready/stable X-Git-Tag: RELEASE_1_0_2~663 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=654f141e1cb17914652a03355b7899f89712756c;p=php leave this off until its more ready/stable php5 actually beats php4.3.* in my benchmarks now # make sure to recompile zend_alloc.c --- 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 {