reference/pgsql/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -15,42 +15,42 @@
15
15
<entry>&Changelog;</entry>
16
16
</row>
17
17
</thead>
18
-
<tbody>
18
+
<tbody xml:id="pgsql.configuration.list">
19
19
<row>
20
20
<entry><link linkend="ini.pgsql.allow-persistent">pgsql.allow_persistent</link></entry>
21
21
<entry>"1"</entry>
22
-
<entry>PHP_INI_SYSTEM</entry>
22
+
<entry><constant>INI_SYSTEM</constant></entry>
23
23
<entry></entry>
24
24
</row>
25
25
<row>
26
26
<entry><link linkend="ini.pgsql.max-persistent">pgsql.max_persistent</link></entry>
27
27
<entry>"-1"</entry>
28
-
<entry>PHP_INI_SYSTEM</entry>
28
+
<entry><constant>INI_SYSTEM</constant></entry>
29
29
<entry></entry>
30
30
</row>
31
31
<row>
32
32
<entry><link linkend="ini.pgsql.max-links">pgsql.max_links</link></entry>
33
33
<entry>"-1"</entry>
34
-
<entry>PHP_INI_SYSTEM</entry>
34
+
<entry><constant>INI_SYSTEM</constant></entry>
35
35
<entry></entry>
36
36
</row>
37
37
<row>
38
38
<entry><link linkend="ini.pgsql.auto-reset-persistent">pgsql.auto_reset_persistent</link></entry>
39
39
<entry>"0"</entry>
40
-
<entry>PHP_INI_SYSTEM</entry>
41
-
<entry>Available since PHP 4.2.0.</entry>
40
+
<entry><constant>INI_SYSTEM</constant></entry>
41
+
<entry></entry>
42
42
</row>
43
43
<row>
44
44
<entry><link linkend="ini.pgsql.ignore-notice">pgsql.ignore_notice</link></entry>
45
45
<entry>"0"</entry>
46
-
<entry>PHP_INI_ALL</entry>
47
-
<entry>Available since PHP 4.3.0.</entry>
46
+
<entry><constant>INI_ALL</constant></entry>
47
+
<entry></entry>
48
48
</row>
49
49
<row>
50
50
<entry><link linkend="ini.pgsql.log-notice">pgsql.log_notice</link></entry>
51
51
<entry>"0"</entry>
52
-
<entry>PHP_INI_ALL</entry>
53
-
<entry>Available since PHP 4.3.0.</entry>
52
+
<entry><constant>INI_ALL</constant></entry>
53
+
<entry></entry>
54
54
</row>
55
55
</tbody>
56
56
</tgroup>
...
...
@@ -66,7 +66,7 @@
66
66
<varlistentry xml:id="ini.pgsql.allow-persistent">
67
67
<term>
68
68
<parameter>pgsql.allow_persistent</parameter>
69
-
<type>boolean</type>
69
+
<type>bool</type>
70
70
</term>
71
71
<listitem>
72
72
<para>
...
...
@@ -78,7 +78,7 @@
78
78
<varlistentry xml:id="ini.pgsql.max-persistent">
79
79
<term>
80
80
<parameter>pgsql.max_persistent</parameter>
81
-
<type>integer</type>
81
+
<type>int</type>
82
82
</term>
83
83
<listitem>
84
84
<para>
...
...
@@ -91,7 +91,7 @@
91
91
<varlistentry xml:id="ini.pgsql.max-links">
92
92
<term>
93
93
<parameter>pgsql.max_links</parameter>
94
-
<type>integer</type>
94
+
<type>int</type>
95
95
</term>
96
96
<listitem>
97
97
<para>
...
...
@@ -104,7 +104,7 @@
104
104
<varlistentry xml:id="ini.pgsql.auto-reset-persistent">
105
105
<term>
106
106
<parameter>pgsql.auto_reset_persistent</parameter>
107
-
<type>integer</type>
107
+
<type>int</type>
108
108
</term>
109
109
<listitem>
110
110
<para>
...
...
@@ -117,7 +117,7 @@
117
117
<varlistentry xml:id="ini.pgsql.ignore-notice">
118
118
<term>
119
119
<parameter>pgsql.ignore_notice</parameter>
120
-
<type>integer</type>
120
+
<type>int</type>
121
121
</term>
122
122
<listitem>
123
123
<para>
...
...
@@ -129,7 +129,7 @@
129
129
<varlistentry xml:id="ini.pgsql.log-notice">
130
130
<term>
131
131
<parameter>pgsql.log_notice</parameter>
132
-
<type>integer</type>
132
+
<type>int</type>
133
133
</term>
134
134
<listitem>
135
135
<para>
136
136