summaryrefslogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini8
1 files changed, 8 insertions, 0 deletions
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