From b9f41002916ba49f2a89b20e3474b148f5c2f0dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Nov 2016 14:56:39 +0100 Subject: [PATCH] CS (no leading space in comment for config option) --- php.ini-development | 4 ++-- php.ini-production | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.40.0