summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-06 05:27:04 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-06 05:27:04 +0000
commit8a6d3d3d2e44d6a002ea4fafc6dcad2a5905e918 (patch)
treee90b1bf0be85abee54438d318124be34fd37d4aa /php.ini-production
parent1f6a9060f973051ea27fab44b01aac872f3db02e (diff)
parentbebfdec0a269a56153c3e51acdafd099ea476f68 (diff)
downloadphp-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-production2
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