From: Hannes Magnusson Date: Sat, 27 Dec 2008 20:28:38 +0000 (+0000) Subject: MFH: Add sysvshm.init_mem. X-Git-Tag: php-5.3.0beta1~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e88e432b44fbe04e9d268bf209154f5d4c9ebcda;p=php MFH: Add sysvshm.init_mem. [DOC] Looks like this setting has always been available --- diff --git a/php.ini-dist b/php.ini-dist index 7e5627e1de..c6d3a05efc 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -1325,6 +1325,11 @@ soap.wsdl_cache_dir="/tmp" ; instead of original one. soap.wsdl_cache_ttl=86400 +[sysvshm] +; A default size of the shared memory segment +;sysvshm.init_mem = 10000 + + ; Local Variables: ; tab-width: 4 ; End: diff --git a/php.ini-recommended b/php.ini-recommended index 827f4f2fa9..9793b66c22 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -1380,6 +1380,11 @@ soap.wsdl_cache_dir="/tmp" ; instead of original one. soap.wsdl_cache_ttl=86400 +[sysvshm] +; A default size of the shared memory segment +;sysvshm.init_mem = 10000 + + ; Local Variables: ; tab-width: 4 ; End: