[PHP-DOC] cvs: phpdoc /en/chapters config.xml From: Friedhelm Betz (holliwell <email protected>)
Date: 09/15/02

betz Sun Sep 15 11:29:08 2002 EDT

  Modified files:
    /phpdoc/en/chapters config.xml
  Log:
  remove integrated parts
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.75 phpdoc/en/chapters/config.xml:1.76
--- phpdoc/en/chapters/config.xml:1.75 Sat Sep 14 17:04:13 2002
+++ phpdoc/en/chapters/config.xml Sun Sep 15 11:29:08 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.75 $ -->
+<!-- $Revision: 1.76 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -1173,194 +1173,6 @@
     </variablelist>
    </sect2>
 
-
- <sect2 id="ini.sect.sybase">
- <title>Sybase Configuration Directives</title>
- <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.
- </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.
- </para>
- </listitem>
- </varlistentry>
-
- </variablelist>
- </sect2>
-
- <sect2 id="ini.sect.sybct">
- <title>Sybase-CT Configuration Directives</title>
- <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>
-
- <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>
- </sect2>
-
- <sect2 id="ini.sect.bcmath">
- <title>BC Math Configuration Directives</title>
- <variablelist>
-
- <varlistentry id="ini.bcmath.scale">
- <term>
- <parameter>bcmath.scale</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- Number of decimal digits for all bcmath functions.
- </para>
- </listitem>
- </varlistentry>
-
- </variablelist>
- </sect2>
 
    <sect2 id="ini.sect.browscap">
     <title>Browser Capability Configuration Directives</title>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php