4
0
Fork 0

Tweaking template string

This commit is contained in:
Pavel Shevaev 2025-02-03 14:24:14 +03:00
parent 4b8fe9755d
commit 3b4ae6927f
1 changed files with 1 additions and 1 deletions

View File

@ -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