File: ini.xml

package info (click to toggle)
php-doc 20100521-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 59,992 kB
  • ctags: 4,085
  • sloc: xml: 796,833; php: 21,338; cpp: 500; sh: 117; makefile: 58; awk: 28
file content (394 lines) | stat: -rw-r--r-- 11,322 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 297557 $ -->
<section xml:id="sybase.configuration" xmlns="http://docbook.org/ns/docbook">
 &reftitle.runtime;
 &extension.runtime;
 <para>
 <table>
  <title>Sybase 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><link linkend="ini.sybase.allow-persistent">sybase.allow_persistent</link></entry>
     <entry>"1"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. PHP_INI_SYSTEM in PHP &lt;= 4.0.3.</entry>
    </row>
    <row>
     <entry><link linkend="ini.sybase.max-persistent">sybase.max_persistent</link></entry>
     <entry>"-1"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. PHP_INI_SYSTEM in PHP &lt;= 4.0.3.</entry>
    </row>
    <row>
     <entry><link linkend="ini.sybase.max-links">sybase.max_links</link></entry>
     <entry>"-1"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. PHP_INI_SYSTEM in PHP &lt;= 4.0.3.</entry>
    </row>
    <row>
     <entry>sybase.interface_file </entry>
     <entry>"/usr/sybase/interfaces"</entry>
     <entry>PHP_INI_SYSTEM</entry>
     <entry></entry>
    </row>
    <row>
     <entry><link linkend="ini.sybase.min-error-severity">sybase.min_error_severity</link></entry>
     <entry>"10"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry></entry>
    </row>
    <row>
     <entry><link linkend="ini.sybase.min-message-severity">sybase.min_message_severity</link></entry>
     <entry>"10"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry></entry>
    </row>
    <row>
     <entry>sybase.compatability_mode</entry>
     <entry>"0"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry></entry>
    </row>
    <row>
     <entry><link linkend="ini.magic-quotes-sybase">magic_quotes_sybase</link></entry>
     <entry>"0"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry>Deprecated in PHP 5.3.0. &removed.php.future;</entry>
    </row>
   </tbody>
  </tgroup>
 </table>
 </para>
 
 &ini.descriptions.title;
 
 <para>
 <variablelist>
  
  <varlistentry xml:id="ini.sybase.allow-persistent">
   <term>
    <parameter>sybase.allow_persistent</parameter>
    <type>boolean</type>
   </term>
   <listitem>
    <para>
     Whether to allow persistent Sybase connections.
    </para>
   </listitem>
  </varlistentry>
  
  <varlistentry xml:id="ini.sybase.max-persistent">
   <term>
    <parameter>sybase.max_persistent</parameter>
    <type>integer</type>
   </term>
   <listitem>
    <para>
     The maximum number of persistent Sybase connections per
     process. -1 means no limit.
    </para>
   </listitem>
  </varlistentry>
  
  <varlistentry xml:id="ini.sybase.max-links">
   <term>
    <parameter>sybase.max_links</parameter>
    <type>integer</type>
   </term>
   <listitem>
    <para>
     The maximum number of Sybase connections per process,
     including persistent connections. -1 means no limit.
    </para>
   </listitem>
  </varlistentry>
  
  <varlistentry xml:id="ini.sybase.min-error-severity">
   <term>
    <parameter>sybase.min_error_severity</parameter>
    <type>integer</type>
   </term>
   <listitem>
    <para>
     Minimum error severity to display.
    </para>
   </listitem>
  </varlistentry>
  
  <varlistentry xml:id="ini.sybase.min-message-severity">
   <term>
    <parameter>sybase.min_message_severity</parameter>
    <type>integer</type>
   </term>
   <listitem>
    <para>
     Minimum message severity to display.
    </para>
   </listitem>
  </varlistentry>
  
  <varlistentry xml:id="ini.magic-quotes-sybase">
   <term>
    <parameter>magic_quotes_sybase</parameter>
    <type>boolean</type>
   </term>
   <listitem>
    <para>
     If <parameter>magic_quotes_sybase</parameter> is on, a
     single-quote is escaped with a single-quote instead of a
     backslash if <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>
     or <link linkend="ini.magic-quotes-runtime">magic_quotes_runtime</link>
     are enabled.
     This setting is also respected by <function>addslashes</function> and
     <function>stripslashes</function>.
    </para>
    <note>
     <para>
      Note that when <parameter>magic_quotes_sybase</parameter>
      is ON it completely overrides <parameter>magic_quotes_gpc
      </parameter>.  In this case even when 
      <parameter>magic_quotes_gpc</parameter> is enabled
      neither double quotes, backslashes or NUL's
      will be escaped.
     </para>
    </note>
    &warn.deprecated.feature-5-3-0.removed-6-0-0;
   </listitem>
  </varlistentry>

 </variablelist>
 </para>

 <para>
 <table>
  <title>Sybase-CT 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><link linkend="ini.sybct.allow-persistent">sybct.allow_persistent</link></entry>
     <entry>"1"</entry>
     <entry>PHP_INI_SYSTEM</entry>
     <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
    </row>
    <row>
     <entry><link linkend="ini.sybct.max-persistent">sybct.max_persistent</link></entry>
     <entry>"-1"</entry>
     <entry>PHP_INI_SYSTEM</entry>
     <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
    </row>
    <row>
     <entry><link linkend="ini.sybct.max-links">sybct.max_links</link></entry>
     <entry>"-1"</entry>
     <entry>PHP_INI_SYSTEM</entry>
     <entry>PHP_INI_ALL in PHP &lt;= 4.0.2. Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
    </row>
    <row>
     <entry><link linkend="ini.sybct.min-server-severity">sybct.min_server_severity</link></entry>
     <entry>"10"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry>Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
    </row>
    <row>
     <entry><link linkend="ini.sybct.min-client-severity">sybct.min_client_severity</link></entry>
     <entry>"10"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry>Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
    </row>
    <row>
     <entry><link linkend="ini.sybct.hostname">sybct.hostname</link></entry>
     <entry>NULL</entry>
     <entry>PHP_INI_ALL</entry>
     <entry>Available since PHP 4.0.2. Removed in PHP 4.0.3.</entry>
    </row>
    <row>
     <entry><link linkend="ini.sybct.deadlock-retry-count">sybct.deadlock_retry_count</link></entry>
     <entry>"0"</entry>
     <entry>PHP_INI_ALL</entry>
     <entry>Available since PHP 4.3.0.</entry>
    </row>
   </tbody>
  </tgroup>
 </table>
 </para>
 
 &ini.descriptions.title;
 
 <para>
  <variablelist>
   
   <varlistentry xml:id="ini.sybct.allow-persistent">
    <term>
     <parameter>sybct.allow_persistent</parameter>
     <type>boolean</type>
    </term>
    <listitem>
     <para>
      Whether to allow persistent Sybase-CT connections.
      The default is on.
     </para>
    </listitem>
   </varlistentry>
   
   <varlistentry xml:id="ini.sybct.max-persistent">
    <term>
     <parameter>sybct.max_persistent</parameter>
     <type>integer</type>
    </term>
    <listitem>
     <para>
      The maximum number of persistent Sybase-CT connections per
      process. The default is -1 meaning unlimited.
     </para>
    </listitem>
   </varlistentry>
   
   <varlistentry xml:id="ini.sybct.max-links">
    <term>
     <parameter>sybct.max_links</parameter>
     <type>integer</type>
    </term>
    <listitem>
     <para>
      The maximum number of Sybase-CT connections per process,
      including persistent connections. The default is -1 meaning
      unlimited.
     </para>
    </listitem>
   </varlistentry>
   
   <varlistentry xml:id="ini.sybct.min-server-severity">
    <term>
     <parameter>sybct.min_server_severity</parameter>
     <type>integer</type>
    </term>
    <listitem>
     <para>
      Server messages with severity greater than or equal to
      sybct.min_server_severity will be reported as warnings. This
      value can also be set from a script by calling
      <function>sybase_min_server_severity</function>. The default
      is 10 which reports errors of information severity or greater.
     </para>
    </listitem>
   </varlistentry>
   
   <varlistentry xml:id="ini.sybct.min-client-severity">
    <term>
     <parameter>sybct.min_client_severity</parameter>
     <type>integer</type>
    </term>
    <listitem>
     <para>
      Client library messages with severity greater than or equal to
      sybct.min_client_severity will be reported as warnings. This
      value can also be set from a script by calling
      <function>sybase_min_client_severity</function>.  The default
      is 10 which effectively disables reporting.
     </para>
    </listitem>
   </varlistentry>
   
     <varlistentry xml:id="ini.sybct.login-timeout">
      <term>
       <parameter>sybct.login_timeout</parameter>
       <type>integer</type>
      </term>
      <listitem>
       <para>
        The maximum time in seconds to wait for a connection attempt
        to succeed before returning failure.  Note that if
        max_execution_time has been exceeded when a connection attempt
        times out, your script will be terminated before it can take
        action on failure.  The default is one minute.
       </para>
      </listitem>
     </varlistentry>
     
     <varlistentry xml:id="ini.sybct.timeout">
      <term>
       <parameter>sybct.timeout</parameter>
       <type>integer</type>
      </term>
      <listitem>
       <para>
        The maximum time in seconds to wait for a select_db or query
        operation to succeed before returning failure.  Note that if
        max_execution_time has been exceeded when an operation times
        out, your script will be terminated before it can take action
        on failure.  The default is no limit.
       </para>
      </listitem>
     </varlistentry>

   <varlistentry xml:id="ini.sybct.hostname">
    <term>
     <parameter>sybct.hostname</parameter>
     <type>string</type>
    </term>
    <listitem>
     <para>
      The name of the host you claim to be connecting from, for
      display by sp_who. The default is none.
     </para>
    </listitem>
   </varlistentry>
   
   <varlistentry xml:id="ini.sybct.deadlock-retry-count">
    <term>
     <parameter>sybct.deadlock_retry_count</parameter>
     <type>int</type>
    </term>
    <listitem>
     <para>
      Allows you to define how often deadlocks are to be retried. The default
      is 0, value -1 means "forever".
     </para>
    </listitem>
   </varlistentry>
   
  </variablelist>
 </para>
 <para>
  &ini.php.constants;
 </para>

</section>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->