updated properties

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295511 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kristina Chodorow 2010-02-25 18:00:15 +00:00
parent 4e2f580a56
commit 8836930d8e
2 changed files with 1 additions and 49 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
<section xml:id="mongo.configuration" xmlns="http://docbook.org/ns/docbook">
&reftitle.runtime;
<title>php.ini Options</title>
&extension.runtime;
<para>
<table>
@ -35,16 +35,6 @@
<entry>true</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry><link linkend="ini.mongo.max-persistent">mongo.max_persistent</link></entry>
<entry>-1</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry><link linkend="ini.mongo.max-connections">mongo.max_connections</link></entry>
<entry>-1</entry>
<entry>PHP_INI_SYSTEM</entry>
</row>
<row>
<entry><link linkend="ini.mongo.chunk-size">mongo.chunk_size</link></entry>
<entry>262144</entry>
@ -120,32 +110,6 @@
</listitem>
</varlistentry>
<varlistentry xml:id="ini.mongo.max-persistent">
<term>
<parameter>mongo.max_persistent</parameter>
<type>int</type>
</term>
<listitem>
<para>
The number of simultaneous persistent connections to allow. -1 allows
unlimited persistent connections.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.mongo.max-connections">
<term>
<parameter>mongo.max_connections</parameter>
<type>int</type>
</term>
<listitem>
<para>
The number of simultaneous connections to allow. -1 allows unlimited
connections.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.mongo.chunk-size">
<term>
<parameter>mongo.chunk_size</parameter>

View file

@ -81,18 +81,6 @@ $db = $m->foo; // get the database named "foo"
<varname>server</varname>
<initializer>localhost:27017</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>protected</modifier>
<type>string</type>
<varname>username</varname>
<initializer>""</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>protected</modifier>
<type>string</type>
<varname>password</varname>
<initializer>""</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>protected</modifier>
<type>boolean</type>