Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions reference/openssl/ini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<entry><constant>INI_PERDIR</constant></entry>
<entry></entry>
</row>
<row>
<entry>openssl.libctx</entry>
<entry>"custom"</entry>
<entry><constant>INI_PERDIR</constant></entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down Expand Up @@ -64,6 +70,22 @@
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.openssl.libctx">
<term>
<parameter>openssl.libctx</parameter>
<type>string</type>
</term>
<listitem>
<para>
Specifies the type of OpenSSL library context to use. The default value,
<literal>custom</literal>, 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 <literal>default</literal> value, which
causes PHP to use OpenSSL's global default library context.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>

Expand Down