From f36e4bc6ce1a6ed830211e77cda3fd42997f887e Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 16 Apr 2012 14:18:39 +0000 Subject: [PATCH] Fixed documentation rendering warnings/errors. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325228 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/trouble.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/mongo/trouble.xml b/reference/mongo/trouble.xml index 1d5eefc0e6..31a45a69d7 100644 --- a/reference/mongo/trouble.xml +++ b/reference/mongo/trouble.xml @@ -13,7 +13,7 @@ IRC The official MongoDB IRC room is irc.freenode.net/#mongodb. This is the - fastest way to get help... if there are people around. + fastest way to get help. @@ -32,6 +32,12 @@ + + You can make the driver log all kinds of error messages as + E_NOTICE level PHP error messages. Have a look at + the MongoLog for an example. + + You can turn on (very) verbose debugging output by compiling the driver with the debugging flag.