[ci skip] Add opcache.preload directive

This commit is contained in:
Christoph M. Becker 2019-01-21 17:55:53 +01:00
parent abd0651020
commit 467d8b3ff7
2 changed files with 10 additions and 0 deletions

View File

@ -1897,6 +1897,11 @@ ldap.max_links = -1
; optimizations.
;opcache.opt_debug_level=0
; Specifies a PHP script that is going to be compiled and executed at server
; start-up.
; http://php.net/opcache.preload
;opcache.preload=
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.

View File

@ -1904,6 +1904,11 @@ ldap.max_links = -1
; optimizations.
;opcache.opt_debug_level=0
; Specifies a PHP script that is going to be compiled and executed at server
; start-up.
; http://php.net/opcache.preload
;opcache.preload=
[curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path.