Add that we have SSL support.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330970 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2013-07-18 10:12:31 +00:00
parent 4ec7122e16
commit 6294985268

View file

@ -221,6 +221,16 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
</note>
</para>
</listitem>
<listitem>
<para>
<literal>"ssl"</literal>
</para>
<para>
A boolean to specify whether you want to enable SSL for the
connections to MongoDB. Extra options such as certificates
can be set with <xref linkend="context.ssl" />.
</para>
</listitem>
<listitem>
<para>
<literal>"username"</literal>