From 09687e0c6103442ed21f2698205cdbc90f8075a2 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 27 Dec 2008 20:27:56 +0000 Subject: [PATCH] Add missing INI setting. [DOC] used as the default size for shm_attach(). PHP_INI_SYSTEM --- php.ini-dist | 5 +++++ php.ini-recommended | 5 +++++ 2 files changed, 10 insertions(+) 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: -- 2.50.1