diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-12-18 21:57:23 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-12-18 22:00:54 +0100 |
commit | e512305581bb1bb3e4226e3073b89f2a25214403 (patch) | |
tree | 2b74e28238e97dee44ab57d4e6f9484aa0f4661f /php.ini-production | |
parent | 8cced30a6ae7622e1118f1d4ad4c7b56110c6777 (diff) | |
download | php-git-e512305581bb1bb3e4226e3073b89f2a25214403.tar.gz |
Remove opcache.inherited_hack
This ini directive has already been ignored since PHP 5.3.
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index e2707e0db3..0f171fa72d 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1791,7 +1791,6 @@ ldap.max_links = -1 ; passes ;opcache.optimization_level=0xffffffff -;opcache.inherited_hack=1 ;opcache.dups_fix=0 ; The location of the OPcache blacklist file (wildcards allowed). |