mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
84b8fca68f
commit
f36e4bc6ce
1 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue