Skip to content

Commit 467d8b3

Browse files
committed
[ci skip] Add opcache.preload directive
1 parent abd0651 commit 467d8b3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

php.ini-development

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,6 +1897,11 @@ ldap.max_links = -1
18971897
; optimizations.
18981898
;opcache.opt_debug_level=0
18991899

1900+
; Specifies a PHP script that is going to be compiled and executed at server
1901+
; start-up.
1902+
; http://php.net/opcache.preload
1903+
;opcache.preload=
1904+
19001905
[curl]
19011906
; A default value for the CURLOPT_CAINFO option. This is required to be an
19021907
; absolute path.

php.ini-production

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,11 @@ ldap.max_links = -1
19041904
; optimizations.
19051905
;opcache.opt_debug_level=0
19061906

1907+
; Specifies a PHP script that is going to be compiled and executed at server
1908+
; start-up.
1909+
; http://php.net/opcache.preload
1910+
;opcache.preload=
1911+
19071912
[curl]
19081913
; A default value for the CURLOPT_CAINFO option. This is required to be an
19091914
; absolute path.

0 commit comments

Comments
 (0)