mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
update php.ini-* according to changes for bug #69090
This commit is contained in:
parent
1d352645fc
commit
850c1095ab
2 changed files with 12 additions and 0 deletions
|
@ -1996,6 +1996,12 @@ ldap.max_links = -1
|
||||||
; Useful for internal debugging only.
|
; Useful for internal debugging only.
|
||||||
;opcache.protect_memory=0
|
;opcache.protect_memory=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.
|
||||||
|
|
|
@ -1996,6 +1996,12 @@ ldap.max_links = -1
|
||||||
; Useful for internal debugging only.
|
; Useful for internal debugging only.
|
||||||
;opcache.protect_memory=0
|
;opcache.protect_memory=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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue