From 3b4ae6927fa4b73ed2078c13e8f02a9205f8f85a Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 3 Feb 2025 14:24:14 +0300 Subject: [PATCH] Tweaking template string --- php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.ini b/php.ini index 6db090a..ac50585 100644 --- a/php.ini +++ b/php.ini @@ -1943,7 +1943,7 @@ ldap.max_links = -1 ; 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 ; option. -openssl.cafile="%PHP_ETC_PATH%\cert.pem" +openssl.cafile="\cert.pem" ; 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