Commit: 28cd079adb2b6abbfbeb19382971302eb1efd92c Author: Dmitry Stogov <dmi...@zend.com> Fri, 1 Mar 2013 10:17:41 +0400 Parents: a91292c6e9a5e62c72bbaf8e9034a2ae02eb2879 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=28cd079adb2b6abbfbeb19382971302eb1efd92c Log: Added info anout zend_optimizerplus.mmap_base directice Changed paths: M README Diff: diff --git a/README b/README index d56d450..b44386e 100644 --- a/README +++ b/README @@ -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. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php