mirror of
https://github.com/php/php-src.git
synced 2025-01-06 02:43:34 +08:00
Merge branch 'PHP-7.4'
* PHP-7.4: This option doesn't exist for a long time.
This commit is contained in:
commit
48d636a5e7
@ -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:
|
||||
----------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user