From a1d2bf831f22f0f583ea9aa7c18b3a257b907396 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 18 Dec 2017 21:44:36 +0100 Subject: [PATCH] Document removal of opcache.fast_shutdown [ci skip] --- UPGRADING | 5 +++++ php.ini-development | 4 ---- php.ini-production | 4 ---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/UPGRADING b/UPGRADING index 3e2be23323a..081d46171d6 100644 --- a/UPGRADING +++ b/UPGRADING @@ -356,6 +356,11 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2 - realpath_cache_size . Set to 4096k by default +- opcache.fast_shutdown + . This INI directive has been removed. A variant of the fast_shutdown + process has been integrated into PHP core and is always enabled for + production builds if possible. + ======================================== 12. Windows Support ======================================== diff --git a/php.ini-development b/php.ini-development index 8ba304b8c02..83ed0fadbf7 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1797,10 +1797,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 fb08287fa6e..a8fb5c93860 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