Fixed typo on PHP ini

opcache.fast_shutdown directive had a typo

Change-Id: I5ad00bc42c85b53cc7f20cb555fc57884520a1c5
This commit is contained in:
Sebastian Marcet 2017-04-05 17:48:15 -03:00
parent 49e222aa4a
commit b466ee31bc
1 changed files with 1 additions and 1 deletions

View File

@ -1872,7 +1872,7 @@ opcache.save_comments=1
opcache.load_comments=1
; If enabled, a fast shutdown sequence is used for the accelerated code
pcache.fast_shutdown=1
opcache.fast_shutdown=1
; Allow file existence override (file_exists, etc.) performance feature.
;opcache.enable_file_override=0