mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02: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:
parent
2beb44a80b
commit
d0c0a9abfd
7 changed files with 95 additions and 32 deletions
|
@ -1865,6 +1865,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue