mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[ci skip] Add opcache.preload directive
This commit is contained in:
parent
abd0651020
commit
467d8b3ff7
2 changed files with 10 additions and 0 deletions
|
@ -1897,6 +1897,11 @@ ldap.max_links = -1
|
||||||
; optimizations.
|
; optimizations.
|
||||||
;opcache.opt_debug_level=0
|
;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]
|
[curl]
|
||||||
; A default value for the CURLOPT_CAINFO option. This is required to be an
|
; A default value for the CURLOPT_CAINFO option. This is required to be an
|
||||||
; absolute path.
|
; absolute path.
|
||||||
|
|
|
@ -1904,6 +1904,11 @@ ldap.max_links = -1
|
||||||
; optimizations.
|
; optimizations.
|
||||||
;opcache.opt_debug_level=0
|
;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]
|
[curl]
|
||||||
; A default value for the CURLOPT_CAINFO option. This is required to be an
|
; A default value for the CURLOPT_CAINFO option. This is required to be an
|
||||||
; absolute path.
|
; absolute path.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue