Commit 63952aa1 authored by Jeremy Mikola's avatar Jeremy Mikola

Note that $uriOptions need not be encoded

parent 40e8a2c3
...@@ -25,7 +25,8 @@ type: array ...@@ -25,7 +25,8 @@ type: array
description: | description: |
Specifies additional URI options, such as authentication credentials or query Specifies additional URI options, such as authentication credentials or query
string parameters. The options specified in ``$uriOptions`` take precedence string parameters. The options specified in ``$uriOptions`` take precedence
over any analogous options present in the ``$uri`` string. over any analogous options present in the ``$uri`` string and do not need to
be encoded according to `RFC 3986 <http://www.faqs.org/rfcs/rfc3986.html>`_.
Refer to the :php:`MongoDB\\Driver\\Manager::__construct() Refer to the :php:`MongoDB\\Driver\\Manager::__construct()
<mongodb-driver-manager.construct>` extension reference and :manual:`MongoDB <mongodb-driver-manager.construct>` extension reference and :manual:`MongoDB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment