diff options
Diffstat (limited to 'php.ini-development')
-rw-r--r-- | php.ini-development | 5 |
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. |