]> granicus.if.org Git - php/commitdiff
leave this off until its more ready/stable
authorSterling Hughes <sterling@php.net>
Wed, 21 May 2003 12:22:24 +0000 (12:22 +0000)
committerSterling Hughes <sterling@php.net>
Wed, 21 May 2003 12:22:24 +0000 (12:22 +0000)
php5 actually beats php4.3.* in my benchmarks now

# make sure to recompile zend_alloc.c

Zend/zend_mm.h

index 2325d475127d8ceac0a3c285dcd74036bc26195a..98050c3b6594d66cc236695838701126916e4da5 100644 (file)
@@ -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 {