diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2017-12-18 21:45:04 +0100 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-12-18 21:45:07 +0100 |
| commit | 8cced30a6ae7622e1118f1d4ad4c7b56110c6777 (patch) | |
| tree | 408b47cccfb7ec3ac5e84ba8a139a1e3d024344c | |
| parent | ce4fb228e033ef896517aea3d01eb8d9ac055366 (diff) | |
| parent | a1d2bf831f22f0f583ea9aa7c18b3a257b907396 (diff) | |
| download | php-git-8cced30a6ae7622e1118f1d4ad4c7b56110c6777.tar.gz | |
Merge branch 'PHP-7.2'
[ci skip]
| -rw-r--r-- | php.ini-development | 4 | ||||
| -rw-r--r-- | php.ini-production | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/php.ini-development b/php.ini-development index 618dd9db12..5272fd8820 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1777,10 +1777,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 diff --git a/php.ini-production b/php.ini-production index ca9a580c6b..e2707e0db3 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1784,10 +1784,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 |
