[PHP-DOC] cvs: phpdoc /en/reference/msql ini.xml reference.xml From: Friedhelm Betz (holliwell <email protected>)
Date: 09/14/02

betz Sat Sep 14 17:21:29 2002 EDT

  Added files:
    /phpdoc/en/reference/msql ini.xml

  Modified files:
    /phpdoc/en/reference/msql reference.xml
  Log:
  ini.xml added, linked in reference
  
  
Index: phpdoc/en/reference/msql/reference.xml
diff -u phpdoc/en/reference/msql/reference.xml:1.5 phpdoc/en/reference/msql/reference.xml:1.6
--- phpdoc/en/reference/msql/reference.xml:1.5 Fri Aug 9 06:26:06 2002
+++ phpdoc/en/reference/msql/reference.xml Sat Sep 14 17:21:29 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
  <reference id="ref.msql">
   <title>mSQL functions</title>
   <titleabbrev>mSQL</titleabbrev>
@@ -30,12 +30,7 @@
     </para>
    </section>
 
-
- <section id="msql.configuration">
- &reftitle.runtime;
- <para>
- </para>
- </section>
+ &reference.msql.ini;
 
    <section id="msql.resources">
     &reftitle.resources;

Index: phpdoc/en/reference/msql/ini.xml
+++ phpdoc/en/reference/msql/ini.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="msql.configuration">
 &reftitle.runtime;
 &extension.runtime;
 <para>
 <table>
  <title>mSQL configuration options</title>
  <tgroup cols="3">
   <thead>
    <row>
     <entry>Name</entry>
     <entry>Default</entry>
     <entry>Changeable</entry>
    </row>
   </thead>
   <tbody>
    <row>
     <entry>msql.allow_persistent</entry>
     <entry>"On"</entry>
     <entry>PHP_INI_SYSTEM</entry>
    </row>
    <row>
     <entry>msql.max_persistent</entry>
     <entry>"-1"</entry>
     <entry>PHP_INI_SYSTEM</entry>
    </row>
    <row>
     <entry>msql.max_links</entry>
     <entry>"-1"</entry>
     <entry>PHP_INI_SYSTEM</entry>
    </row>
   </tbody>
  </tgroup>
 </table>
 For further details and definition of the PHP_INI_* constants see
 <function>ini_set</function>.
 </para>
 <para>
  Here is a short explanation of the configuration directives.

  <variablelist>
   <varlistentry id="ini.msql.allow-persistent">
    <term>
     <parameter>msql.allow_persistent</parameter>
     <type>boolean</type>
    </term>
    <listitem>
     <para>
      Whether to allow persistent mSQL connections.
     </para>
    </listitem>
   </varlistentry>
     
   <varlistentry id="ini.msql.max-persistent">
    <term>
     <parameter>msql.max_persistent</parameter>
     <type>integer</type>
    </term>
    <listitem>
     <para>
      The maximum number of persistent mSQL connections per process.
     </para>
    </listitem>
   </varlistentry>
     
   <varlistentry id="ini.msql.max-links">
    <term>
     <parameter>msql.max_links</parameter>
     <type>integer</type>
    </term>
    <listitem>
     <para>
      The maximum number of mSQL connections per process, including
      persistent connections.
     </para>
    </listitem>
   </varlistentry>
     
  </variablelist>
 </para>
</section>

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