1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

Added info anout zend_optimizerplus.mmap_base directice

This commit is contained in:
Dmitry Stogov
2013-03-01 10:17:41 +04:00
parent a91292c6e9
commit 28cd079adb

6
README
View File

@@ -190,3 +190,9 @@ zend_optimizerplus.preferred_memory_model
zend_optimizerplus.protect_memory (default "0")
Protect the shared memory from unexpected writing during script execution.
Useful for internal debugging only.
zend_optimizerplus.mmap_base
Mapping base of shared memory segments (for Windows only). All the PHP
processes have to map shared memory into the same address space. This
directive allows to manually fix the "Unable to reattach to base address"
errors.