Skip to content

Commit e2052a2

Browse files
committed
Enable opcache fast shutdown
Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 6e39555 commit e2052a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ opcache.save_comments=0
18061806

18071807
; If enabled, a fast shutdown sequence is used for the accelerated code
18081808
; Depending on the used Memory Manager this may cause some incompatibilities.
1809-
;opcache.fast_shutdown=0
1809+
opcache.fast_shutdown=1
18101810

18111811
; Allow file existence override (file_exists, etc.) performance feature.
18121812
;opcache.enable_file_override=0

0 commit comments

Comments
 (0)