Fixed documentation rendering warnings/errors.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325228 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2012-04-16 14:18:39 +00:00
parent 84b8fca68f
commit f36e4bc6ce

View file

@ -13,7 +13,7 @@
<para>IRC</para>
<para>
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.
</para>
</listitem>
<listitem>
@ -32,6 +32,12 @@
</listitem>
</itemizedlist>
<para>
You can make the driver log all kinds of error messages as
<constant>E_NOTICE</constant> level PHP error messages. Have a look at
the <classname>MongoLog</classname> for an example.
</para>
<para>
You can turn on (very) verbose debugging output by compiling the driver with
the debugging flag.