diff options
| author | Johannes Schlüter <johannes@php.net> | 2009-06-28 15:55:19 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2009-06-28 15:55:19 +0000 |
| commit | dd3e47ebe7bd7bf8fd58309c014ef3be2da51f33 (patch) | |
| tree | 0ca0d4abf2935090006cb5f755998f71b2068d30 /php.ini-development | |
| parent | 1a542eb60fb00b04e988855e94c82a0273929cec (diff) | |
| download | php-git-dd3e47ebe7bd7bf8fd58309c014ef3be2da51f33.tar.gz | |
- Add two ini settings
Diffstat (limited to 'php.ini-development')
| -rw-r--r-- | php.ini-development | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development index 0ad11caf79..4f62cd04da 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1800,10 +1800,17 @@ soap.wsdl_cache_dir="/tmp" ; http://php.net/soap.wsdl-cache-ttl soap.wsdl_cache_ttl=86400 +; Sets the size of the cache limit. (Max. number of WSDL files to cache) +soap.wsdl_cache_limit = 5 + [sysvshm] ; A default size of the shared memory segment ;sysvshm.init_mem = 10000 +[ldap] +; Sets the maximum number of open links or -1 for unlimited. +ldap.max_links = -1 + ; Local Variables: ; tab-width: 4 |
