1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-7.1'

* PHP-7.1:
  CS (no leading space in comment for config option)
This commit is contained in:
Remi Collet
2016-11-23 14:56:50 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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