diff options
author | Markus Staab <maggus.staab@googlemail.com> | 2017-01-05 16:11:30 +0100 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-06 05:25:10 +0000 |
commit | 81fb61f97c56405c456a0460b825aa34d903a14e (patch) | |
tree | f1d4d11edf6cc034bfd74eb34d1b0a7fcdb0cf04 /php.ini-production | |
parent | 782b84c6d550ac6e695b54070bb0b409cac29f58 (diff) | |
download | php-git-81fb61f97c56405c456a0460b825aa34d903a14e.tar.gz |
Update php.ini-production
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 60571aae72..cd80502c5c 100644 --- a/php.ini-production +++ b/php.ini-production @@ -323,7 +323,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 |