Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
1ba76bfb
Unverified
Commit
1ba76bfb
authored
Jan 29, 2020
by
Andreas Braun
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #714
parents
abfae48c
590f9f93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
apiargs-MongoDBClient-method-construct-driverOptions.yaml
...apiargs-MongoDBClient-method-construct-driverOptions.yaml
+19
-0
No files found.
docs/includes/apiargs-MongoDBClient-method-construct-driverOptions.yaml
View file @
1ba76bfb
...
@@ -26,6 +26,10 @@ description: |
...
@@ -26,6 +26,10 @@ description: |
Allowing invalid hostnames may expose the driver to a `man-in-the-middle
Allowing invalid hostnames may expose the driver to a `man-in-the-middle
attack <https://en.wikipedia.org/wiki/Man-in-the-middle_attack>`_.
attack <https://en.wikipedia.org/wiki/Man-in-the-middle_attack>`_.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsAllowInvalidHostnames`` URI
option instead.
interface
:
phpmethod
interface
:
phpmethod
operation
:
~
operation
:
~
optional
:
true
optional
:
true
...
@@ -50,6 +54,9 @@ description: |
...
@@ -50,6 +54,9 @@ description: |
used by default.
used by default.
Falls back to the deprecated ``cafile`` SSL context option if not specified.
Falls back to the deprecated ``cafile`` SSL context option if not specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsCAFile`` URI option instead.
interface
:
phpmethod
interface
:
phpmethod
operation
:
~
operation
:
~
optional
:
true
optional
:
true
...
@@ -71,6 +78,10 @@ description: |
...
@@ -71,6 +78,10 @@ description: |
Falls back to the deprecated ``local_cert`` SSL context option if not
Falls back to the deprecated ``local_cert`` SSL context option if not
specified.
specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsCertificateKeyFile`` URI
option instead.
interface
:
phpmethod
interface
:
phpmethod
operation
:
~
operation
:
~
optional
:
true
optional
:
true
...
@@ -83,6 +94,10 @@ description: |
...
@@ -83,6 +94,10 @@ description: |
Falls back to the deprecated ``passphrase`` SSL context option if not
Falls back to the deprecated ``passphrase`` SSL context option if not
specified.
specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsCertificateKeyFilePassword``
URI option instead.
interface
:
phpmethod
interface
:
phpmethod
operation
:
~
operation
:
~
optional
:
true
optional
:
true
...
@@ -95,6 +110,10 @@ description: |
...
@@ -95,6 +110,10 @@ description: |
Falls back to the deprecated ``allow_self_signed`` SSL context option if not
Falls back to the deprecated ``allow_self_signed`` SSL context option if not
specified.
specified.
.. deprecated:: 1.6
This option has been deprecated. Use the ``tlsAllowInvalidCertificates``
URI option instead.
interface
:
phpmethod
interface
:
phpmethod
operation
:
~
operation
:
~
optional
:
true
optional
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment