diff --git a/reference/mongo/ini.xml b/reference/mongo/ini.xml
index 3cfa9e9065..8756518b66 100644
--- a/reference/mongo/ini.xml
+++ b/reference/mongo/ini.xml
@@ -50,6 +50,11 @@
27017PHP_INI_ALL
+
+ mongo.is_master_interval
+ 60
+ PHP_INI_ALL
+ mongo.long_as_objectfalse
@@ -60,6 +65,11 @@
false*PHP_INI_ALL
+
+ mongo.ping_interval
+ 5
+ PHP_INI_ALL
+ mongo.utf8"1"
@@ -199,6 +209,24 @@ $query = array( "i" => array( ":gt" => 20, ":lte" => 30 ) );
+
+
+ mongo.is_master_interval
+ int
+
+
+
+ Added in version 1.2.10.
+
+
+ For replicaset connections: The minimum interval with which the driver
+ will send "isMaster" requests to the MongoDB server. If the value is lower,
+ there will be more requests, but the driver finds faster whether the
+ topology of the replicaset has been changed.
+
+
+
+
mongo.long_as_object
@@ -253,6 +281,24 @@ $query = array( "i" => array( ":gt" => 20, ":lte" => 30 ) );
+
+
+ mongo.ping_interval
+ int
+
+
+
+ Added in version 1.2.10.
+
+
+ For replicaset connections: The minimum interval with which the driver
+ will send "ping" requests to the MongoDB server. If the value is lower,
+ there will be more pings, but the driver finds faster whether a node is
+ no longer reachable from the replicaset.
+
+
+
+
mongo.utf8