summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-01-06 05:27:30 +0000
committerJoe Watkins <krakjoe@php.net>2017-01-06 05:32:12 +0000
commitc9abe878b578980ca7a0b3b2721b0eaaf68229ef (patch)
treed3295ed9a339f6d3e941a37c631bb917942d6147 /php.ini-development
parent81c8bc35a8455e2737edefc8f100e049f19ab11c (diff)
parent8a6d3d3d2e44d6a002ea4fafc6dcad2a5905e918 (diff)
downloadphp-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-development')
-rw-r--r--php.ini-development2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-development b/php.ini-development
index 5420a1260e..31b29cf4b0 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -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