Merge branch 'PHP-7.1'

* PHP-7.1:
  update php.ini-* for bug #69090
  update php.ini-* according to changes for bug #69090
This commit is contained in:
Anatol Belski 2016-11-21 22:59:59 +01:00
commit 5d95dcdaab
2 changed files with 12 additions and 0 deletions

View file

@ -1894,6 +1894,12 @@ ldap.max_links = -1
; This should improve performance, but requires appropriate OS configuration. ; This should improve performance, but requires appropriate OS configuration.
;opcache.huge_code_pages=0 ;opcache.huge_code_pages=0
; Validate cached file permissions.
; opcache.validate_permission=0
; Prevent name collisions in chroot'ed environment.
; opcache.validate_root=0
[curl] [curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an ; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path. ; absolute path.

View file

@ -1894,6 +1894,12 @@ ldap.max_links = -1
; This should improve performance, but requires appropriate OS configuration. ; This should improve performance, but requires appropriate OS configuration.
;opcache.huge_code_pages=1 ;opcache.huge_code_pages=1
; Validate cached file permissions.
; opcache.validate_permission=0
; Prevent name collisions in chroot'ed environment.
; opcache.validate_root=0
[curl] [curl]
; A default value for the CURLOPT_CAINFO option. This is required to be an ; A default value for the CURLOPT_CAINFO option. This is required to be an
; absolute path. ; absolute path.