mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330308 c90b9560-bf6c-de11-be94-00142212c4b1
394 lines
11 KiB
XML
394 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<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 <= 4.0.2. PHP_INI_SYSTEM in PHP <= 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 <= 4.0.2. PHP_INI_SYSTEM in PHP <= 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 <= 4.0.2. PHP_INI_SYSTEM in PHP <= 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 in PHP 5.4.0.</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-5-4-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 <= 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 <= 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 <= 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
|
|
-->
|
|
|