Skip to content

Commit 2f5e49b

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: update php.ini-* for bug #69090 update php.ini-* according to changes for bug #69090
2 parents 285be2f + 914ff56 commit 2f5e49b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

php.ini-development

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,6 +1898,12 @@ ldap.max_links = -1
18981898
; This should improve performance, but requires appropriate OS configuration.
18991899
;opcache.huge_code_pages=0
19001900

1901+
; Validate cached file permissions.
1902+
; opcache.validate_permission=0
1903+
1904+
; Prevent name collisions in chroot'ed environment.
1905+
; opcache.validate_root=0
1906+
19011907
[curl]
19021908
; A default value for the CURLOPT_CAINFO option. This is required to be an
19031909
; absolute path.

php.ini-production

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,6 +1898,12 @@ ldap.max_links = -1
18981898
; This should improve performance, but requires appropriate OS configuration.
18991899
;opcache.huge_code_pages=1
19001900

1901+
; Validate cached file permissions.
1902+
; opcache.validate_permission=0
1903+
1904+
; Prevent name collisions in chroot'ed environment.
1905+
; opcache.validate_root=0
1906+
19011907
[curl]
19021908
; A default value for the CURLOPT_CAINFO option. This is required to be an
19031909
; absolute path.

0 commit comments

Comments
 (0)