diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-01 06:35:08 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-01 06:35:08 +0200 |
commit | 609abe4b140b564dd79b3edfd63c7ae73632ff68 (patch) | |
tree | 3217b4efc07e858464b07eabafb6b609a3dcbdb6 /php.ini | |
parent | a06e03af76f3dd9ceb3bd8914022e6e196114f2a (diff) |
refresh php.ini for new option
Diffstat (limited to 'php.ini')
-rw-r--r-- | php.ini | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |