diff --git a/reference/openssl/ini.xml b/reference/openssl/ini.xml
index 234f43b76df5..4e2f5e5a0fea 100644
--- a/reference/openssl/ini.xml
+++ b/reference/openssl/ini.xml
@@ -28,6 +28,12 @@
INI_PERDIR
+
+ openssl.libctx
+ "custom"
+ INI_PERDIR
+
+
@@ -64,6 +70,23 @@
+
+
+ openssl.libctx
+ string
+
+
+
+ Specifies the type of OpenSSL library context to use.
+ The default value, custom, creates a separate
+ library context for each worker or thread.
+ This improves isolation from other libraries using OpenSSL and,
+ in ZTS builds, increases separation between threads.
+ It is also possible to use the default value, which
+ causes PHP to use OpenSSL's global default library context.
+
+
+