diff options
author | Joe Watkins <krakjoe@php.net> | 2017-01-06 05:27:30 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-06 05:32:12 +0000 |
commit | c9abe878b578980ca7a0b3b2721b0eaaf68229ef (patch) | |
tree | d3295ed9a339f6d3e941a37c631bb917942d6147 /php.ini-production | |
parent | 81c8bc35a8455e2737edefc8f100e049f19ab11c (diff) | |
parent | 8a6d3d3d2e44d6a002ea4fafc6dcad2a5905e918 (diff) | |
download | php-git-c9abe878b578980ca7a0b3b2721b0eaaf68229ef.tar.gz |
Merge branch 'PHP-7.1'
* PHP-7.1:
Increase realpath_cache_size default value
add UPGRADING note for realpath_cache_size
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 ef297e3f87..630d6b02fd 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 |