Skip to content

Commit a1d2bf8

Browse files
committed
Document removal of opcache.fast_shutdown
[ci skip]
1 parent 11eed9f commit a1d2bf8

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Diff for: UPGRADING

+5
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,11 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2
356356
- realpath_cache_size
357357
. Set to 4096k by default
358358

359+
- opcache.fast_shutdown
360+
. This INI directive has been removed. A variant of the fast_shutdown
361+
process has been integrated into PHP core and is always enabled for
362+
production builds if possible.
363+
359364
========================================
360365
12. Windows Support
361366
========================================

Diff for: php.ini-development

-4
Original file line numberDiff line numberDiff line change
@@ -1797,10 +1797,6 @@ ldap.max_links = -1
17971797
; size of the optimized code.
17981798
;opcache.save_comments=1
17991799

1800-
; If enabled, a fast shutdown sequence is used for the accelerated code
1801-
; Depending on the used Memory Manager this may cause some incompatibilities.
1802-
;opcache.fast_shutdown=0
1803-
18041800
; Allow file existence override (file_exists, etc.) performance feature.
18051801
;opcache.enable_file_override=0
18061802

Diff for: php.ini-production

-4
Original file line numberDiff line numberDiff line change
@@ -1804,10 +1804,6 @@ ldap.max_links = -1
18041804
; size of the optimized code.
18051805
;opcache.save_comments=1
18061806

1807-
; If enabled, a fast shutdown sequence is used for the accelerated code
1808-
; Depending on the used Memory Manager this may cause some incompatibilities.
1809-
;opcache.fast_shutdown=0
1810-
18111807
; Allow file existence override (file_exists, etc.) performance feature.
18121808
;opcache.enable_file_override=0
18131809

0 commit comments

Comments
 (0)