diff options
author | Remi Collet <remi@php.net> | 2016-11-23 14:56:50 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2016-11-23 14:56:50 +0100 |
commit | ce7aeacaa19781d2b6928326356126249b470490 (patch) | |
tree | d8dc7b617aad828d0363da89b74455cd385fdc94 /php.ini-production | |
parent | d98cc74c16eda49ff92c7fbebe84b68f62240c50 (diff) | |
parent | b9f41002916ba49f2a89b20e3474b148f5c2f0dd (diff) | |
download | php-git-ce7aeacaa19781d2b6928326356126249b470490.tar.gz |
Merge branch 'PHP-7.1'
* PHP-7.1:
CS (no leading space in comment for config option)
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-production b/php.ini-production index 0bfdc302d1..10ade24d3f 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1895,10 +1895,10 @@ ldap.max_links = -1 ;opcache.huge_code_pages=1 ; Validate cached file permissions. -; opcache.validate_permission=0 +;opcache.validate_permission=0 ; Prevent name collisions in chroot'ed environment. -; opcache.validate_root=0 +;opcache.validate_root=0 [curl] ; A default value for the CURLOPT_CAINFO option. This is required to be an |