From 1c8e3304dd63b6304f535d85f289db274def438c Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 11 Apr 2013 09:29:12 +0000 Subject: [PATCH] From 1.4.0 we support flag 3 (oplog_reply) as well. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330072 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocursor/setflag.xml | 32 +++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/reference/mongo/mongocursor/setflag.xml b/reference/mongo/mongocursor/setflag.xml index 7a31210d1b..d7181766cc 100644 --- a/reference/mongo/mongocursor/setflag.xml +++ b/reference/mongo/mongocursor/setflag.xml @@ -33,10 +33,9 @@ - Which flag to set. You can not set flag 3 (OPLOG REPLAY) or flag 6 - (EXHAUST) as the driver does not know how to handle them. You will get - a warning if you try to use those. For available flags, please refer to - the wire protocol + Which flag to set. You can not set flag 6 (EXHAUST) as the driver does + not know how to handle them. You will get a warning if you try to use + those. For available flags, please refer to the wire protocol documentation. @@ -69,6 +68,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 1.4.0 + + Support for flag 3 (OPLOG_REPLAY) is added. Versions before 1.4.0 + would throw a warning saying that the flag is unsupported. + + + + + + + + &reftitle.examples;