From: Stanislav Malyshev Date: Mon, 11 Mar 2019 08:13:50 +0000 (-0700) Subject: This option doesn't exist for a long time. X-Git-Tag: php-7.4.0alpha1~798 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a12fb4abad611f2a4705f83842b3e833e0e100d;p=php This option doesn't exist for a long time. --- diff --git a/Zend/README.ZEND_MM b/Zend/README.ZEND_MM index ff882e5d41..cfdcdaa4a1 100644 --- a/Zend/README.ZEND_MM +++ b/Zend/README.ZEND_MM @@ -7,12 +7,6 @@ General: The goal of the new memory manager (available since PHP 5.2) is to reduce memory allocation overhead and speedup memory management. -The new manager's "configure" has no "--disable-zend-memory-manager" option, -but it has "--enable-malloc-mm" instead. It is enabled by default in DEBUG -build and disabled by default in RELEASE build. When enabled it allows selecting -between malloc and emalloc at runtime so you can use internal and external memory -debuggers without recompilation. - Debugging: ----------