diff options
author | Hannes Magnusson <bjori@php.net> | 2008-12-27 20:28:38 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2008-12-27 20:28:38 +0000 |
commit | e88e432b44fbe04e9d268bf209154f5d4c9ebcda (patch) | |
tree | 081c6cca587859c6bde2ea68689fdaa93070bc26 /php.ini-dist | |
parent | 16fef2c6b042a514d21d714759a3a8893c3dd4de (diff) | |
download | php-git-e88e432b44fbe04e9d268bf209154f5d4c9ebcda.tar.gz |
MFH: Add sysvshm.init_mem.
[DOC] Looks like this setting has always been available
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 5 |
1 files changed, 5 insertions, 0 deletions
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: |