mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
new structure
ini.xml added git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95814 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b693f3e473
commit
60a08f5dc7
2 changed files with 382 additions and 1 deletions
346
reference/sybase/ini.xml
Normal file
346
reference/sybase/ini.xml
Normal file
|
@ -0,0 +1,346 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<section id="sybase.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>Sybase configuration options</title>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
<entry>Default</entry>
|
||||
<entry>Changeable</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>sybase.allow_persistent</entry>
|
||||
<entry>"On"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybase.max_persistent</entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybase.max_links</entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybase.interface_file </entry>
|
||||
<entry>"/usr/sybase/interfaces"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybase.min_error_severity</entry>
|
||||
<entry>"10"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybase.min_message_severity</entry>
|
||||
<entry>"10"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybase.compatability_mode</entry>
|
||||
<entry>"Off"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<link linkend="ini.magic-quotes-sybase">magic_quotes_sybase</link>
|
||||
</entry>
|
||||
<entry>"Off"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
<para>
|
||||
Here is a short explanation of the configuration directives.
|
||||
<variablelist>
|
||||
|
||||
<varlistentry 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 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 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 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 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 id="ini.sybase.compatability-mode">
|
||||
<term>
|
||||
<parameter>sybase.compatability_mode</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Compatability mode with old versions of PHP 3.0. If on, this will cause
|
||||
PHP to automatically assign types to results according to their Sybase
|
||||
type, instead of treating them all as strings. This compatability mode
|
||||
will probably not stay around forever, so try applying whatever
|
||||
necessary changes to your code, and turn it off.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
<table>
|
||||
<title>Sybase-CT configuration options</title>
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Name</entry>
|
||||
<entry>Default</entry>
|
||||
<entry>Changeable</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>sybct.allow_persistent</entry>
|
||||
<entry>"On"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybct.max_persistent</entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybct.max_links</entry>
|
||||
<entry>"-1"</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybct.min_server_severity</entry>
|
||||
<entry>"10"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybct.min_client_severity</entry>
|
||||
<entry>"10"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>sybct.hostname</entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
<para>
|
||||
Here is a short explanation of the configuration directives.
|
||||
<variablelist>
|
||||
|
||||
<varlistentry 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 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 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 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 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>
|
||||
|
||||
<!-- Not found in sources, but found in chapters/congig.xml
|
||||
<varlistentry 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 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 am operation times
|
||||
out, your script will be terminated before it can take action
|
||||
on failure. The default is no limit.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
-->
|
||||
<varlistentry 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>
|
||||
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
For further details and definition of the PHP_INI_* constants see
|
||||
<function>ini_set</function>.
|
||||
</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:"../../../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
|
||||
-->
|
||||
|
|
@ -1,9 +1,44 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference id="ref.sybase">
|
||||
<title>Sybase functions</title>
|
||||
<titleabbrev>Sybase</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
||||
<section id="sybase.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="sybase.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="sybase.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
&reference.sybase.ini;
|
||||
|
||||
<section id="sybase.resources">
|
||||
&reftitle.resources;
|
||||
<para>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="sybase.constants">
|
||||
&reftitle.constants;
|
||||
&no.constants;
|
||||
</section>
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.sybase.functions;
|
||||
|
||||
</reference>
|
||||
|
|
Loading…
Reference in a new issue