Skip to content

Commit

Permalink
Enable opcache fast shutdown
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <[email protected]>
  • Loading branch information
nijel committed Mar 2, 2017
1 parent 6e39555 commit e2052a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ opcache.save_comments=0

; 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
opcache.fast_shutdown=1

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

0 comments on commit e2052a2

Please sign in to comment.