From 1f0dd374df10d4ff60941c9ca6e3541bfced66bb Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 28 Nov 2012 22:46:05 +0000 Subject: [PATCH] Fix build by adding the docbook namespace to the root nodes of the entity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328548 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language-snippets.ent b/language-snippets.ent index 2e6e36de0a..41ce7fedb6 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -1725,4 +1725,4 @@ on replica set members. "fsync"Boolean, defaults to &false;. Forces the insert to be synced to disk before returning success. If &true;, an acknowledged insert is implied and will override setting w to 0.'> "timeout"Integer, defaults to MongoCursor::$timeout. If "safe" is set, this sets how long (in milliseconds) for the client to wait for a database response. If the database does not respond within the timeout period, a MongoCursorTimeoutException will be thrown.'> "safe"Deprecated. Please use the WriteConcern w option.'> -Throws MongoCursorException if the "w" option is set and the write fails.Throws MongoCursorTimeoutException if the "w" option is set to a value greater than one and the operation takes longer than MongoCursor::$timeout milliseconds to complete. This does not kill the operation on the server, it is a client-side timeout. The operation in MongoCollection::$wtimeout is milliseconds.'> +Throws MongoCursorException if the "w" option is set and the write fails.Throws MongoCursorTimeoutException if the "w" option is set to a value greater than one and the operation takes longer than MongoCursor::$timeout milliseconds to complete. This does not kill the operation on the server, it is a client-side timeout. The operation in MongoCollection::$wtimeout is milliseconds.'>