[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/_construct.xml?=
From:       Jeremy_Mikola <jmikola () php ! net>
Date:       2020-07-31 4:25:33
Message-ID: svn-jmikola-1596169533-350259-184083998 () svn ! php ! net
[Download RAW message or body]

jmikola                                  Fri, 31 Jul 2020 04:25:33 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=350259

Log:
Document directConnection and OCSP URI options

https://jira.mongodb.org/browse/PHPC-1533
https://jira.mongodb.org/browse/PHPC-1554

Changed paths:
    U   phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/construct.xml

Modified: phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/construct.xml
===================================================================
--- phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/construct.xml	2020-07-31 \
                03:55:17 UTC (rev 350258)
+++ phpdoc/en/trunk/reference/mongodb/mongodb/driver/manager/construct.xml	2020-07-31 \
04:25:33 UTC (rev 350259) @@ -208,6 +208,23 @@
           </entry>
          </row>
          <row>
+          <entry>directConnection</entry>
+          <entry><type>boolean</type></entry>
+          <entry>
+           <para>
+            This option can be used to control replica set discovery behavior
+            when only a single host is provided in the connection string. By
+            default, providing a single member in the connection string will
+            establish a direct connection or discover additional members
+            depending on whether the <literal>"replicaSet"</literal> URI option
+            is omitted or present, respectively. Specify &false; to force
+            discovery to occur (if <literal>"replicaSet"</literal> is omitted)
+            or specify &true; to force a direct connection (if
+            <literal>"replicaSet"</literal> is present).
+           </para>
+          </entry>
+         </row>
+         <row>
           <entry>gssapiServiceName</entry>
           <entry><type>string</type></entry>
           <entry>
@@ -544,6 +561,27 @@
           </entry>
          </row>
          <row>
+          <entry>tlsDisableCertificateRevocationCheck</entry>
+          <entry><type>boolean</type></entry>
+          <entry>
+           <para>
+            If &true;, the driver will not attempt to check certificate
+            revocation status (e.g. OCSP, CRL). Defaults to &false;.
+           </para>
+          </entry>
+         </row>
+         <row>
+          <entry>tlsDisableOCSPEndpointCheck</entry>
+          <entry><type>boolean</type></entry>
+          <entry>
+           <para>
+            If &true;, the driver will not attempt to contact an OCSP responder
+            endpoint if needed (i.e. an OCSP response is not stapled). Defaults
+            to &false;.
+           </para>
+          </entry>
+         </row>
+         <row>
           <entry>tlsInsecure</entry>
           <entry><type>boolean</type></entry>
           <entry>
@@ -550,7 +588,7 @@
            <para>
             Relax TLS constraints as much as possible. Specifying &true; for
             this option has the same effect as specifying &true; for both the
-            <literal>tlsAllowInvalidCertificates</literal> and
+            <literal>"tlsAllowInvalidCertificates"</literal> and
             <literal>"tlsAllowInvalidHostnames"</literal> URI options. Defaults
             to &false;.
            </para>
@@ -907,6 +945,16 @@
      </thead>
      <tbody>
       <row>
+       <entry>1.8.0</entry>
+       <entry>
+        <para>
+         Added the <literal>"directConnection"</literal>,
+         <literal>"tlsDisableCertificateRevocationCheck"</literal>, and
+         <literal>"tlsDisableOCSPEndpointCheck"</literal> URI options.
+        </para>
+       </entry>
+      </row>
+      <row>
        <entry>1.7.0</entry>
        <entry>
         <para>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic