File: ini.xml

package info (click to toggle)
php-doc 20061001-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 45,764 kB
  • ctags: 1,611
  • sloc: xml: 502,485; php: 7,645; cpp: 500; makefile: 297; perl: 161; sh: 141; awk: 28
file content (86 lines) | stat: -rw-r--r-- 1,853 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<section id="msql.configuration">
 &reftitle.runtime;
 &extension.runtime;
 <para>
 <table>
  <title>mSQL configuration options</title>
  <tgroup cols="4">
   <thead>
    <row>
     <entry>Name</entry>
     <entry>Default</entry>
     <entry>Changeable</entry>
     <entry>Changelog</entry>
    </row>
   </thead>
   <tbody>
    <row>
     <entry>msql.allow_persistent</entry>
     <entry>"1"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry></entry>
    </row>
    <row>
     <entry>msql.max_persistent</entry>
     <entry>"-1"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry></entry>
    </row>
    <row>
     <entry>msql.max_links</entry>
     <entry>"-1"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry></entry>
    </row>
   </tbody>
  </tgroup>
 </table>
 &ini.php.constants;
 </para>
 
 &ini.descriptions.title;
 
 <para>
  <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>