]> granicus.if.org Git - php/commitdiff
[ci skip] Add opcache.preload directive
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 21 Jan 2019 16:55:53 +0000 (17:55 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 21 Jan 2019 16:55:53 +0000 (17:55 +0100)
php.ini-development
php.ini-production

index 52192e1a789b9bd3650678d56f18150a9f4a580e..0566267c2f538f1a343b5866cf1674f2286ab0de 100644 (file)
@@ -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.
index 1bffa86a977c4a52c71521576e828ad6a9e4655c..9ae24dba2c811241021a21ae3ef57454a51b0e33 100644 (file)
@@ -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.