diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2017-12-18 21:44:36 +0100 | 
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-12-18 21:44:48 +0100 | 
| commit | a1d2bf831f22f0f583ea9aa7c18b3a257b907396 (patch) | |
| tree | cecd246fc84629ee8e7e0acfd9e612e42d2a1484 /php.ini-production | |
| parent | 11eed9f3ba7429be467b54d8407cfbd6bd7e6f3a (diff) | |
| download | php-git-a1d2bf831f22f0f583ea9aa7c18b3a257b907396.tar.gz | |
Document removal of opcache.fast_shutdown
[ci skip]
Diffstat (limited to 'php.ini-production')
| -rw-r--r-- | php.ini-production | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/php.ini-production b/php.ini-production index fb08287fa6..a8fb5c9386 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1804,10 +1804,6 @@ ldap.max_links = -1  ; size of the optimized code.  ;opcache.save_comments=1 -; If enabled, a fast shutdown sequence is used for the accelerated code -; Depending on the used Memory Manager this may cause some incompatibilities. -;opcache.fast_shutdown=0 -  ; Allow file existence override (file_exists, etc.) performance feature.  ;opcache.enable_file_override=0 | 
