reference/info/constants.xml
87663748fbb51015be41d55bbd7f7d000e5aae3b
...
...
@@ -156,36 +156,53 @@
156
156
</tgroup>
157
157
</table>
158
158

159
-
<table>
160
-
<title>INI constants</title>
161
-
<tgroup cols="3">
159
+
<table xml:id="constant.ini-mode">
160
+
<title>INI mode constants</title>
161
+
<tgroup cols="2">
162
162
<thead>
163
163
<row>
164
164
<entry>&Constants;</entry>
165
-
<entry>Value</entry>
166
165
<entry>&Description;</entry>
167
166
</row>
168
167
</thead>
169
168
<tbody>
170
-
<row xml:id="constant.ini-user">
171
-
<entry><literal>INI_USER</literal></entry>
172
-
<entry>1</entry>
173
-
<entry>Unused</entry>
169
+
<row>
170
+
<entry>
171
+
<constant>INI_USER</constant>
172
+
(<type>int</type>)
173
+
</entry>
174
+
<entry>
175
+
Entry can be set in user scripts (like with <function>ini_set</function>)
176
+
or in the <link linkend="configuration.changes.windows">Windows registry</link>.
177
+
Entry can be set in &user-ini;
178
+
</entry>
174
179
</row>
175
-
<row xml:id="constant.ini-perdir">
176
-
<entry><literal>INI_PERDIR</literal></entry>
177
-
<entry>2</entry>
178
-
<entry>Unused</entry>
180
+
<row>
181
+
<entry>
182
+
<constant>INI_PERDIR</constant>
183
+
(<type>int</type>)
184
+
</entry>
185
+
<entry>
186
+
Entry can be set in &php.ini;, &htaccess;, &httpd.conf; or &user-ini;
187
+
</entry>
179
188
</row>
180
-
<row xml:id="constant.ini-system">
181
-
<entry><literal>INI_SYSTEM</literal></entry>
182
-
<entry>4</entry>
183
-
<entry>Unused</entry>
189
+
<row>
190
+
<entry>
191
+
<constant>INI_SYSTEM</constant>
192
+
(<type>int</type>)
193
+
</entry>
194
+
<entry>
195
+
Entry can be set in &php.ini; or &httpd.conf;
196
+
</entry>
184
197
</row>
185
-
<row xml:id="constant.ini-all">
186
-
<entry><literal>INI_ALL</literal></entry>
187
-
<entry>7</entry>
188
-
<entry>Unused</entry>
198
+
<row>
199
+
<entry>
200
+
<constant>INI_ALL</constant>
201
+
(<type>int</type>)
202
+
</entry>
203
+
<entry>
204
+
Entry can be set anywhere
205
+
</entry>
189
206
</row>
190
207
</tbody>
191
208
</tgroup>
...
...
@@ -262,7 +279,6 @@
262
279
The following constants are only available if the host operating
263
280
system is Windows, and can tell different versioning information
264
281
so its possible to detect various features and make use of them.
265
-
They are all available as of PHP 5.3.0.
266
282
</simpara>
267
283
<table>
268
284
<title>Windows specific constants</title>
269
285