mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
update php.ini-* for bug #69090
This commit is contained in:
parent
d83ed9b588
commit
914ff56cff
2 changed files with 12 additions and 0 deletions
|
@ -1883,6 +1883,12 @@ ldap.max_links = -1
|
|||
; This should improve performance, but requires appropriate OS configuration.
|
||||
;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]
|
||||
; A default value for the CURLOPT_CAINFO option. This is required to be an
|
||||
; absolute path.
|
||||
|
|
|
@ -1883,6 +1883,12 @@ ldap.max_links = -1
|
|||
; This should improve performance, but requires appropriate OS configuration.
|
||||
;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]
|
||||
; A default value for the CURLOPT_CAINFO option. This is required to be an
|
||||
; absolute path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue