mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
[ci skip] Add opcache.preload directive
This commit is contained in:
parent
abd0651020
commit
467d8b3ff7
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user