From: Hannes Magnusson Date: Sat, 27 Dec 2008 20:27:56 +0000 (+0000) Subject: Add missing INI setting. X-Git-Tag: php-5.4.0alpha1~191^2~4730 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09687e0c6103442ed21f2698205cdbc90f8075a2;p=php Add missing INI setting. [DOC] used as the default size for shm_attach(). PHP_INI_SYSTEM --- diff --git a/php.ini-dist b/php.ini-dist index 172273f77f..0dd7220327 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -1238,6 +1238,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 4d3d763669..ec30399c76 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -1278,6 +1278,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: