mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- SSL context option capture_peer_chain is actually named capture_peer_cert_chain (fixes bug #52945).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303915 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5922896ca6
commit
55bde7eab9
1 changed files with 2 additions and 2 deletions
|
@ -153,9 +153,9 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="context.ssl.capture-peer-chain">
|
||||
<varlistentry xml:id="context.ssl.capture-peer-cert-chain">
|
||||
<term>
|
||||
<parameter>capture_peer_chain</parameter>
|
||||
<parameter>capture_peer_cert_chain</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue