File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1897,6 +1897,11 @@ ldap.max_links = -1
1897
1897
; optimizations.
1898
1898
;opcache.opt_debug_level=0
1899
1899
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
+
1900
1905
[curl]
1901
1906
; A default value for the CURLOPT_CAINFO option. This is required to be an
1902
1907
; absolute path.
Original file line number Diff line number Diff line change @@ -1904,6 +1904,11 @@ ldap.max_links = -1
1904
1904
; optimizations.
1905
1905
;opcache.opt_debug_level=0
1906
1906
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
+
1907
1912
[curl]
1908
1913
; A default value for the CURLOPT_CAINFO option. This is required to be an
1909
1914
; absolute path.
You can’t perform that action at this time.
0 commit comments