forked from bit/php-8.3.3-win
Tweaking template string
This commit is contained in:
parent
4b8fe9755d
commit
3b4ae6927f
2
php.ini
2
php.ini
|
@ -1943,7 +1943,7 @@ ldap.max_links = -1
|
||||||
; OS-managed cert stores in its absence. If specified, this value may still
|
; OS-managed cert stores in its absence. If specified, this value may still
|
||||||
; be overridden on a per-stream basis via the "cafile" SSL stream context
|
; be overridden on a per-stream basis via the "cafile" SSL stream context
|
||||||
; option.
|
; option.
|
||||||
openssl.cafile="%PHP_ETC_PATH%\cert.pem"
|
openssl.cafile="<PHP_ETC_PATH>\cert.pem"
|
||||||
|
|
||||||
; If openssl.cafile is not specified or if the CA file is not found, the
|
; If openssl.cafile is not specified or if the CA file is not found, the
|
||||||
; directory pointed to by openssl.capath is searched for a suitable
|
; directory pointed to by openssl.capath is searched for a suitable
|
||||||
|
|
Loading…
Reference in New Issue