From: Christoph M. Becker Date: Mon, 21 Jan 2019 16:55:53 +0000 (+0100) Subject: [ci skip] Add opcache.preload directive X-Git-Tag: php-7.4.0alpha1~1182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=467d8b3ff78312f6bc8d9d2795a8feddbf03ce56;p=php [ci skip] Add opcache.preload directive --- 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. diff --git a/php.ini-production b/php.ini-production index 1bffa86a97..9ae24dba2c 100644 --- a/php.ini-production +++ b/php.ini-production @@ -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.