From 62949852689a9b75d3d1a90564eeba0cf1d5fc46 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 18 Jul 2013 10:12:31 +0000 Subject: [PATCH] Add that we have SSL support. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330970 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongoclient/construct.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/reference/mongo/mongoclient/construct.xml b/reference/mongo/mongoclient/construct.xml index 14d6416ef7..56173b4033 100644 --- a/reference/mongo/mongoclient/construct.xml +++ b/reference/mongo/mongoclient/construct.xml @@ -221,6 +221,16 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db + + + "ssl" + + + A boolean to specify whether you want to enable SSL for the + connections to MongoDB. Extra options such as certificates + can be set with . + + "username"