]> granicus.if.org Git - php/commitdiff
Document removal of opcache.fast_shutdown
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 18 Dec 2017 20:44:36 +0000 (21:44 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 18 Dec 2017 20:44:48 +0000 (21:44 +0100)
[ci skip]

UPGRADING
php.ini-development
php.ini-production

index 3e2be23323ac83807f02b8ad3d1cabe98aad836c..081d46171d640a8ce05005c7660d468d9408bc32 100644 (file)
--- 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
 ========================================
index 8ba304b8c0228ffce364627a0047240f73b01608..83ed0fadbf7bdda55b628ac439b05480ac5e843f 100644 (file)
@@ -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
 
index fb08287fa6e11ed32b49f23a2a102538a1dfe6da..a8fb5c938606f4ce6e5f90d7a879bf3c1da63dfc 100644 (file)
@@ -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