From 609abe4b140b564dd79b3edfd63c7ae73632ff68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Aug 2025 06:35:08 +0200 Subject: refresh php.ini for new option --- php.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/php.ini b/php.ini index e2eb43e..16e7dd5 100644 --- a/php.ini +++ b/php.ini @@ -1635,5 +1635,13 @@ ldap.max_links = -1 ; SSL stream context option. ;openssl.capath= +; The libctx is an OpenSSL library context. OpenSSL defines a default library +; context, but PHP OpenSSL also defines its own library context to avoid +; interference with other libraries using OpenSSL and to provide an independent +; context for each thread in ZTS. Possible values: +; "custom" - use a custom library context (default) +; "default" - use the default OpenSSL library context +;openssl.libctx=custom + [ffi] ; see /etc/php.d/20-ffi.ini -- cgit