diff options
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 5 |
1 files changed, 5 insertions, 0 deletions
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. |