From 643260e9ae3e4cc30351e68058b4b7d3a917e88e Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 28 Nov 2012 04:37:32 +0000 Subject: [PATCH] The classname is MongoCursor, not Cursor, and use correct markup git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328522 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocursor/immortal.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mongo/mongocursor/immortal.xml b/reference/mongo/mongocursor/immortal.xml index 0916989140..177c0937a6 100644 --- a/reference/mongo/mongocursor/immortal.xml +++ b/reference/mongo/mongocursor/immortal.xml @@ -26,7 +26,7 @@ If, for some reason, you need a cursor to hang around for a long time, you can prevent the database from cleaning it up by using this method. However, if you make a cursor immortal, you need to iterate through all of its results - (or at least until Cursor::dead returns &true;) or the + (or at least until MongoCursor::dead returns &true;) or the cursor will hang around the database forever, taking up resources.