diff --git a/php.ini-development b/php.ini-development index 142001ee9bd..9406aa22e96 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1895,10 +1895,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 0bfdc302d17..10ade24d3f7 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