mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Add "ssl" connection option to MongoClient changelog
https://jira.mongodb.org/browse/PHP-1148 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334357 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3c46d42a39
commit
5afe9f5317
1 changed files with 4 additions and 0 deletions
|
@ -655,6 +655,10 @@ $m = new MongoClient($uri, array('replicaSet' => 'rs'));
|
|||
<row>
|
||||
<entry>1.4.0</entry>
|
||||
<entry>
|
||||
<para>
|
||||
Added <literal>"ssl"</literal> option and support for
|
||||
<link linkend="mongo.connecting.ssl">connecting over SSL</link>.
|
||||
</para>
|
||||
<para>
|
||||
Added <literal>"wTimeoutMS"</literal> option, which replaces
|
||||
<literal>"wTimeout"</literal>.
|
||||
|
|
Loading…
Reference in a new issue