Merge branch 'PHP-7.4'

* PHP-7.4:
  This option doesn't exist for a long time.
This commit is contained in:
Stanislav Malyshev 2019-03-11 01:14:29 -07:00
commit 48d636a5e7

View File

@ -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:
----------