diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-04-02 01:08:42 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-04-02 01:08:42 +0200 |
commit | 8aa419c91c5a61d6dffd8e1240b0790264b2c683 (patch) | |
tree | 9380dcba5514ffba30737f5efac5a9f02a5fb632 /php.ini-production | |
parent | 16202b7d6750b794b2787c94d5e08f74e222fe75 (diff) | |
parent | 32dcc1eef037da88ff483dd49a5a153096d702fc (diff) | |
download | php-git-8aa419c91c5a61d6dffd8e1240b0790264b2c683.tar.gz |
Merge branch 'PHP-7.1'
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 39b646a50a..c8242dc063 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1776,7 +1776,7 @@ ldap.max_links = -1 ;opcache.interned_strings_buffer=8 ; The maximum number of keys (scripts) in the OPcache hash table. -; Only numbers between 200 and 100000 are allowed. +; Only numbers between 200 and 1000000 are allowed. ;opcache.max_accelerated_files=10000 ; The maximum percentage of "wasted" memory until a restart is scheduled. |