File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -356,6 +356,11 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2
356
356
- realpath_cache_size
357
357
. Set to 4096k by default
358
358
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
+
359
364
========================================
360
365
12. Windows Support
361
366
========================================
Original file line number Diff line number Diff line change @@ -1797,10 +1797,6 @@ ldap.max_links = -1
1797
1797
; size of the optimized code.
1798
1798
;opcache.save_comments=1
1799
1799
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
-
1804
1800
; Allow file existence override (file_exists, etc.) performance feature.
1805
1801
;opcache.enable_file_override=0
1806
1802
Original file line number Diff line number Diff line change @@ -1804,10 +1804,6 @@ ldap.max_links = -1
1804
1804
; size of the optimized code.
1805
1805
;opcache.save_comments=1
1806
1806
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
-
1811
1807
; Allow file existence override (file_exists, etc.) performance feature.
1812
1808
;opcache.enable_file_override=0
1813
1809
You can’t perform that action at this time.
0 commit comments