summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-12-18 21:44:36 +0100
committerNikita Popov <nikita.ppv@gmail.com>2017-12-18 21:44:48 +0100
commita1d2bf831f22f0f583ea9aa7c18b3a257b907396 (patch)
treececd246fc84629ee8e7e0acfd9e612e42d2a1484 /UPGRADING
parent11eed9f3ba7429be467b54d8407cfbd6bd7e6f3a (diff)
downloadphp-git-a1d2bf831f22f0f583ea9aa7c18b3a257b907396.tar.gz
Document removal of opcache.fast_shutdown
[ci skip]
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 3e2be23323..081d46171d 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
========================================