From 30eb8053bcfbd5907719ac42cfefbd220b410516 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 13 Mar 2015 00:28:17 +0000 Subject: [PATCH] Mention that eval command is deprecated in MongoDB 3.0+ https://jira.mongodb.org/browse/PHP-1409 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336071 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongodb/execute.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/mongo/mongodb/execute.xml b/reference/mongo/mongodb/execute.xml index c2dab25269..aa2422b655 100644 --- a/reference/mongo/mongodb/execute.xml +++ b/reference/mongo/mongodb/execute.xml @@ -14,6 +14,12 @@ mixedcode arrayargsarray() + + + The eval command, + which this method invokes, is deprecated in MongoDB 3.0+. + + The Mongo database server runs a JavaScript engine. This method allows you to run arbitary JavaScript on the database. This can be useful if you want