cvs: phpdoc-sv /chapters config.xml
[email protected] ("Per Gustafsson") Thu, 26 Sep 2002 18:54:56 -0000
| Newsgroups | php.doc.sv |
|---|---|
| Message-ID | <cvsjome1033066496@cvsserver> |
jome Thu Sep 26 14:54:56 2002 EDT
Modified files:
/phpdoc-sv/chapters config.xml
Log:
sync with english
jome-20020926145456.txt
(text/plain, 19.7 KB)
Index: phpdoc-sv/chapters/config.xml
diff -u phpdoc-sv/chapters/config.xml:1.4 phpdoc-sv/chapters/config.xml:1.5
--- phpdoc-sv/chapters/config.xml:1.4 Wed Sep 11 16:02:18 2002
+++ phpdoc-sv/chapters/config.xml Thu Sep 26 14:54:56 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.73 Maintainer: Jome Status: not ready -->
+<!-- EN-Revision: 1.77 Maintainer: Jome Status: not ready -->
<chapter id="configuration">
<title>Konfiguration</title>
@@ -196,10 +196,11 @@
</note>
<warning>
<para>
- Under Windows stödjer följande funktioner inte åtkomst av
+ Under Windows-versioner äldre än PHP 4.3 stödjer följande funktioner inte åtkomst av
externa filer: <function>include</function>,
<function>include_once</function>, <function>require</function> och
- <function>require_once</function>.
+ <function>require_once</function> samt imagecreatefromXXX-funktionerna
+ i <xref linkend="ref.image"/>bild-tillägget.
</para>
</warning>
@@ -1113,96 +1114,6 @@
</variablelist>
</sect2>
- <sect2 id="ini.sect.msql">
- <title>mSQL Configuration Directives</title>
- <variablelist>
-
- <varlistentry id="ini.msql.allow-persistent">
- <term>
- <parameter>msql.allow_persistent</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Whether to allow persistent mSQL connections.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.msql.max-persistent">
- <term>
- <parameter>msql.max_persistent</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- The maximum number of persistent mSQL connections per process.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.msql.max-links">
- <term>
- <parameter>msql.max_links</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- The maximum number of mSQL connections per process, including
- persistent connections.
- </para>
- </listitem>
- </varlistentry>
-
- </variablelist>
- </sect2>
-
- <sect2 id="ini.sect.pgsql">
- <title>Postgres Configuration Directives</title>
- <variablelist>
-
- <varlistentry id="ini.pgsql.allow-persistent">
- <term>
- <parameter>pgsql.allow_persistent</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Whether to allow persistent Postgres connections.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.pgsql.max-persistent">
- <term>
- <parameter>pgsql.max_persistent</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- The maximum number of persistent Postgres connections per
- process.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.pgsql.max-links">
- <term>
- <parameter>pgsql.max_links</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- The maximum number of Postgres connections per process,
- including persistent connections.
- </para>
- </listitem>
- </varlistentry>
-
- </variablelist>
- </sect2>
-
-
<sect2 id="ini.sect.sesam">
<title>SESAM Configuration Directives</title>
<variablelist>
@@ -1272,359 +1183,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.informix">
- <title>Informix Configuration Directives</title>
- <variablelist>
-
- <varlistentry id="ini.ifx.allow-persistent">
- <term>
- <parameter>ifx.allow_persistent</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Whether to allow persistent Informix connections.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.max-persistent">
- <term>
- <parameter>ifx.max_persistent</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- The maximum number of persistent Informix connections per
- process.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.max-links">
- <term>
- <parameter>ifx.max_links</parameter>
- <type>integer</type>
- </term>
- <listitem>
- <para>
- The maximum number of Informix connections per process, including
- persistent connections.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.default-host">
- <term>
- <parameter>ifx.default_host</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- The default host to connect to when no host is specified
- in <function>ifx_connect</function> or
- <function>ifx_pconnect</function>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.default-user">
- <term>
- <parameter>ifx.default_user</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- The default user id to use when none is specified
- in <function>ifx_connect</function> or
- <function>ifx_pconnect</function>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.default-password">
- <term>
- <parameter>ifx.default_password</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- The default password to use when none is specified
- in <function>ifx_connect</function> or
- <function>ifx_pconnect</function>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.blobinfile">
- <term>
- <parameter>ifx.blobinfile</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Set to &true; if you want to return blob columns
- in a file, &false; if you want them in memory. You can
- override the setting at runtime
- with <function>ifx_blobinfile_mode</function>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.textasvarchar">
- <term>
- <parameter>ifx.textasvarchar</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Set to &true; if you want to return TEXT columns
- as normal strings in select statements,
- &false; if you want to use blob id parameters. You can
- override the setting at runtime with
- <function>ifx_textasvarchar</function>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.byteasvarchar">
- <term>
- <parameter>ifx.byteasvarchar</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Set to &true; if you want to return BYTE columns
- as normal strings in select queries,
- &false; if you want to use blob id parameters. You can
- override the setting at runtime with
- <function>ifx_textasvarchar</function>.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.charasvarchar">
- <term>
- <parameter>ifx.charasvarchar</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Set to &true; if you want to trim trailing spaces
- from CHAR columns when fetching them.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.ifx.nullformat">
- <term>
- <parameter>ifx.nullformat</parameter>
- <type>boolean</type>
- </term>
- <listitem>
- <para>
- Set to &true; if you want to return &null; columns
- as the literal string "&null;", &false; if you want
- them returned as the empty string "". You can
- override this setting at runtime with
- <function>ifx_nullformat</function>.
- </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>
<variablelist>
@@ -1645,190 +1203,6 @@
</variablelist>
</sect2>
- <sect2 id="ini.sect.mbstring">
- <title>Multi-Byte String Configuration Directives</title>
- <variablelist>
-
- <varlistentry id="ini.mbstring.internal-encoding">
- <term>
- <parameter>mbstring.internal_encoding</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>mbstring.internal_encoding</literal> defines default
- internal character encoding.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.mbstring.http-input">
- <term>
- <parameter>mbstring.http_input</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>mbstring.http_input</literal> defines default
- <literal>HTTP</literal> input character encoding.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.mbstring.http-output">
- <term>
- <parameter>mbstring.http_output</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>mbstring.http_output</literal> defines default
- <literal>HTTP</literal> output character encoding.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.mbstring.detect-order">
- <term>
- <parameter>mbstring.detect_order</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>mbstring.detect_order</literal> defines default
- character encoding detection order.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.mbstring.substitute-character">
- <term>
- <parameter>mbstring.substitute_character</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>mbstring.substitute_character</literal> defines
- character to substitute for invalid character codes.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- </sect2>
-
- <sect2 id="ini.sect.exif">
- <title>Exif Configuration Directives</title>
- <para>
- Exif supports automatically conversion for Unicode and JIS
- character encodings of user comments when module mbstring
- is available. This is done by first decoding the comment
- using the specified characterset. The result is then encoded
- with another characterset which should match your
- <literal>HTTP</literal> output.
- <variablelist>
-
- <varlistentry id="ini.exif.encode_unicode">
- <term>
- <parameter>exif.encode_unicode</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>exif.encode_unicode</literal> defines the
- characterset UNICODE user comments are handled.
- This defaults to ISO-8859-15 which should work for
- most non asian countries. The setting can be empty
- or must be an encoding supported by mbstring. If it
- is empty the current internal encoding of mbstring is
- used.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.exif.decode_unicode_motorola">
- <term>
- <parameter>exif.decode_unicode_motorola</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>exif.decode_unicode_motorola</literal> defines
- the image internal characterset for Unicode encoded user
- comments if image is in motorola byte order (big-endian).
- This setting cannot be empty but you can specify a list
- of encodings supported by mbstring. The default is UCS-2BE.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.exif.decode_unicode_intel">
- <term>
- <parameter>exif.decode_unicode_intel</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>exif.decode_unicode_intel</literal> defines
- the image internal characterset for Unicode encoded user
- comments if image is in intel byte order (little-endian).
- This setting cannot be empty but you can specify a list
- of encodings supported by mbstring. The default is UCS-2LE.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.exif.encode_jis">
- <term>
- <parameter>exif.encode_jis</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>exif.encode_jis</literal> defines the
- characterset JIS user comments are handled.
- This defaults to an empty value which forces
- the functions to use the current internal encoding
- of mbstring.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.exif.decode_jis_motorola">
- <term>
- <parameter>exif.decode_jis_motorola</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>exif.decode_jis_motorola</literal> defines
- the image internal characterset for JIS encoded user
- comments if image is in motorola byte order (big-endian).
- This setting cannot be empty but you can specify a list
- of encodings supported by mbstring. The default is JIS.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry id="ini.exif.decode_jis_intel">
- <term>
- <parameter>exif.decode_jis_intel</parameter>
- <type>string</type>
- </term>
- <listitem>
- <para>
- <literal>exif.decode_jis_intel</literal> defines
- the image internal characterset for JIS encoded user
- comments if image is in intel byte order (little-endian).
- This setting cannot be empty but you can specify a list
- of encodings supported by mbstring. The default is JIS.
- </para>
- </listitem>
- </varlistentry>
-
- </variablelist>
- </para>
- </sect2>
-
</sect1>
</chapter>