mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Introduce OpenSSL INI for selecting libctx (#18768)
Closes GH-18768 Co-authored-by: Gina Peter Banyard <girgias@php.net>
This commit is contained in:
@@ -1863,6 +1863,14 @@ 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]
|
||||
; FFI API restriction. Possible values:
|
||||
; "preload" - enabled in CLI scripts and preloaded files (default)
|
||||
|
||||
Reference in New Issue
Block a user