mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
use entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276416 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b7d131e614
commit
049c42420d
1 changed files with 8 additions and 7 deletions
|
@ -1,17 +1,18 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1.1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section xml:id="mongo.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>Mongo Configuration Options</title>
|
||||
<title>Mongo &ConfigureOptions;</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
<entry>Default</entry>
|
||||
<entry>Changeable</entry>
|
||||
<entry>&Name;</entry>
|
||||
<entry>&Default;</entry>
|
||||
<entry>&Changeable;</entry>
|
||||
<entry>&Changelog;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -47,7 +48,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Default hostname. "localhost" is recommended.
|
||||
Default hostname. <literal>"localhost"</literal> is recommended.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -61,7 +62,7 @@
|
|||
<para>
|
||||
The default TCP port number to use when connecting to
|
||||
the database server if no other port is specified. The
|
||||
database's default is 27017.
|
||||
database's default is <literal>27017</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue