diff options
author | Joe Watkins <krakjoe@php.net> | 2017-01-06 05:27:04 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-06 05:27:04 +0000 |
commit | 8a6d3d3d2e44d6a002ea4fafc6dcad2a5905e918 (patch) | |
tree | e90b1bf0be85abee54438d318124be34fd37d4aa /php.ini-production | |
parent | 1f6a9060f973051ea27fab44b01aac872f3db02e (diff) | |
parent | bebfdec0a269a56153c3e51acdafd099ea476f68 (diff) | |
download | php-git-8a6d3d3d2e44d6a002ea4fafc6dcad2a5905e918.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Increase realpath_cache_size default value
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 0c85283671..ae431cb5ae 100644 --- a/php.ini-production +++ b/php.ini-production @@ -338,7 +338,7 @@ disable_classes = ; be increased on systems where PHP opens many files to reflect the quantity of ; the file operations performed. ; http://php.net/realpath-cache-size -;realpath_cache_size = 16k +;realpath_cache_size = 4096k ; Duration of time, in seconds for which to cache realpath information for a given ; file or directory. For systems with rarely changing files, consider increasing this |