summaryrefslogtreecommitdiff
path: root/php.ini-development
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-01-21 17:55:53 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-01-21 17:55:53 +0100
commit467d8b3ff78312f6bc8d9d2795a8feddbf03ce56 (patch)
treeb799ed172403caccb3816ba8b7ca9d84c2bdc0f8 /php.ini-development
parentabd0651020b39e35386d8ec438dea1562086d73c (diff)
downloadphp-git-467d8b3ff78312f6bc8d9d2795a8feddbf03ce56.tar.gz
[ci skip] Add opcache.preload directive
Diffstat (limited to 'php.ini-development')
-rw-r--r--php.ini-development5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-development b/php.ini-development
index 52192e1a78..0566267c2f 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -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.