From: Remi Collet Date: Wed, 23 Nov 2016 13:56:39 +0000 (+0100) Subject: CS (no leading space in comment for config option) X-Git-Tag: php-7.1.1RC1~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9f41002916ba49f2a89b20e3474b148f5c2f0dd;p=php CS (no leading space in comment for config option) --- diff --git a/php.ini-development b/php.ini-development index 93ca788693..e7ee29c3e6 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1899,10 +1899,10 @@ ldap.max_links = -1 ;opcache.huge_code_pages=0 ; 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 diff --git a/php.ini-production b/php.ini-production index f3b5429e5f..f983971a85 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1899,10 +1899,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