[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/_language-snippets.ent?=
From:       Hannes_Magnusson <bjori () php ! net>
Date:       2012-11-28 22:46:05
Message-ID: svn-bjori-1354142765-328548-1160910810 () svn ! php ! net
[Download RAW message or body]

bjori                                    Wed, 28 Nov 2012 22:46:05 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=328548

Log:
Fix build by adding the docbook namespace to the root nodes of the entity

Changed paths:
    U   phpdoc/en/trunk/language-snippets.ent

Modified: phpdoc/en/trunk/language-snippets.ent
===================================================================
--- phpdoc/en/trunk/language-snippets.ent	2012-11-28 22:31:18 UTC (rev 328547)
+++ phpdoc/en/trunk/language-snippets.ent	2012-11-28 22:46:05 UTC (rev 328548)
@@ -1725,4 +1725,4 @@
 <!ENTITY mongo.writes.parameters.fsync '<listitem \
xmlns="http://docbook.org/ns/docbook"><para><literal>"fsync"</literal></para><para>Boolean, \
defaults to &false;. Forces the insert to be synced to disk before returning success. \
If &true;, an acknowledged insert is implied and will override setting \
<literal>w</literal> to <literal>0</literal>.</para></listitem>'>  <!ENTITY \
mongo.writes.parameters.timeout '<listitem \
xmlns="http://docbook.org/ns/docbook"><para><literal>"timeout"</literal></para><para>Integer, \
defaults to <literal>MongoCursor::$timeout</literal>.  If "safe" is set, this sets \
how long (in milliseconds) for the client to wait for a database response.  If the \
database does not respond within the timeout period, a \
<classname>MongoCursorTimeoutException</classname> will be \
thrown.</para></listitem>'>  <!ENTITY mongo.writes.parameters.safe '<listitem \
xmlns="http://docbook.org/ns/docbook"><para><literal>"safe"</literal></para><para><emphasis>Deprecated</emphasis>. \
Please use the <link linkend="mongo.writeconcerns">WriteConcern</link> \
                <literal>w</literal> option.</para></listitem>'>
-<!ENTITY mongo.errors.exceptions.writeconcern '<para>Throws \
<classname>MongoCursorException</classname> if the "w" option is set and the write \
fails.</para><para>Throws <classname>MongoCursorTimeoutException</classname> if the \
"w" option is set to a value greater than one and the operation takes longer than \
<varname>MongoCursor::$timeout</varname> milliseconds to complete.  This does not \
kill the operation on the server, it is a client-side timeout. The operation in \
<literal>MongoCollection::$wtimeout</literal> is milliseconds.</para>'> +<!ENTITY \
mongo.errors.exceptions.writeconcern '<para \
xmlns="http://docbook.org/ns/docbook">Throws \
<classname>MongoCursorException</classname> if the "w" option is set and the write \
fails.</para><para xmlns="http://docbook.org/ns/docbook">Throws \
<classname>MongoCursorTimeoutException</classname> if the "w" option is set to a \
value greater than one and the operation takes longer than \
<varname>MongoCursor::$timeout</varname> milliseconds to complete.  This does not \
kill the operation on the server, it is a client-side timeout. The operation in \
<literal>MongoCollection::$wtimeout</literal> is milliseconds.</para>'>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic