diff --git a/reference/mongo/mongo/construct.xml b/reference/mongo/mongo/construct.xml
index 6cd1a69490..e9cbee5a9c 100644
--- a/reference/mongo/mongo/construct.xml
+++ b/reference/mongo/mongo/construct.xml
@@ -181,39 +181,49 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
1.2.0
- Removed the persist option, as all connections are now persistent. It
- can still be used, but it doesn't affect anything.
-
-
-
- "persist"
-
-
-
- If the connection should be persistent. If set, the connection will
- be persistent. The string representation of the value is used as an
- id for the connection, so two instances of
- Mongo that are initialized with
- array("persist" => "foobar") will share the same
- database connection, whereas an instance initialized with
- array("persist" => "barbaz") will use a different
- database connection.
-
-
-
-
+ Added the "username" and
+ "password" options.
- The "replicaSet" parameter now takes a string, not a boolean (although
- boolean is still accepted).
+ Removed the "persist" option, as all connections are
+ now persistent. It can still be used, but it doesn't affect anything.
+
+
+
+
+ "persist"
+
+
+
+ If the connection should be persistent. If set, the connection will
+ be persistent. The string representation of the value is used as an
+ ID for the connection, so two instances of
+ Mongo that are initialized with
+ array("persist" => "foobar") will share the same
+ database connection, whereas an instance initialized with
+ array("persist" => "barbaz") will use a different
+ database connection.
+
+
+
+
+
+ The "replicaSet" option now takes a string, not a
+ boolean (although boolean is still accepted).
+
+ 1.0.9
+ Added the "replicaSet" option.
+ 1.0.2
- Changed constructor to take an array of options. Pre-1.0.2, the
- constructor took the following parameters:
+
+ Changed constructor to take an array of options. Pre-1.0.2, the
+ constructor took the following parameters:
+
@@ -259,19 +269,6 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
-
- 1.0.9
-
- Added the replicaSet option.
-
-
-
- 1.2.0
-
- Added the username and password
- options.
-
-
diff --git a/reference/mongo/mongo/getpoolsize.xml b/reference/mongo/mongo/getpoolsize.xml
index c17b2ca2a4..c237b1a9ce 100644
--- a/reference/mongo/mongo/getpoolsize.xml
+++ b/reference/mongo/mongo/getpoolsize.xml
@@ -34,6 +34,7 @@
Returns the current pool size.
+
&reftitle.changelog;
@@ -48,9 +49,7 @@
1.2.11
-
- Emits E_DEPRECATED when used.
-
+ Emits E_DEPRECATED when used.
@@ -95,7 +94,7 @@ var_dump(Mongo::poolDebug());
-
+
&reftitle.seealso;
@@ -104,7 +103,7 @@ var_dump(Mongo::poolDebug());
The connection documentation.
-
+