mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
moving ini-settings for ODBC to function-ref.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76246 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b816ee5d0b
commit
6139923d75
1 changed files with 1 additions and 124 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.45 $ -->
|
||||
<!-- $Revision: 1.46 $ -->
|
||||
<chapter id="configuration">
|
||||
<title>Configuration</title>
|
||||
|
||||
|
@ -1444,129 +1444,6 @@ NOTYPE
|
|||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="ini.sect.uodbc">
|
||||
<title>Unified ODBC Configuration Directives</title>
|
||||
<variablelist>
|
||||
|
||||
<varlistentry id="ini.uodbc.default-db">
|
||||
<term>
|
||||
<parameter>odbc.default_db</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
ODBC data source to use if none is specified in
|
||||
<function>odbc_connect</function> or
|
||||
<function>odbc_pconnect</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.uodbc.default-user">
|
||||
<term>
|
||||
<parameter>odbc.default_user</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
User name to use if none is specified in
|
||||
<function>odbc_connect</function> or
|
||||
<function>odbc_pconnect</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.uodbc.default-pw">
|
||||
<term>
|
||||
<parameter>odbc.default_pw</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Password to use if none is specified in
|
||||
<function>odbc_connect</function> or
|
||||
<function>odbc_pconnect</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.uodbc.allow-persistent">
|
||||
<term>
|
||||
<parameter>odbc.allow_persistent</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whether to allow persistent ODBC connections.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.uodbc.check-persistent">
|
||||
<term>
|
||||
<parameter>odbc.check_persistent</parameter>
|
||||
<type>boolean</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Check that a connection is still valid before reuse.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.uodbc.max-persistent">
|
||||
<term>
|
||||
<parameter>odbc.max_persistent</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The maximum number of persistent ODBC connections per process.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.uodbc.max-links">
|
||||
<term>
|
||||
<parameter>odbc.max_links</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The maximum number of ODBC connections per process, including
|
||||
persistent connections.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.uodbc.defaultlrl">
|
||||
<term>
|
||||
<parameter>odbc.defaultlrl</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Handling of LONG fields. Specifies the number of bytes returned to
|
||||
variables.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ini.uodbc.defaultbinmode">
|
||||
<term>
|
||||
<parameter>odbc.defaultbinmode</parameter>
|
||||
<type>integer</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Handling of binary data.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="ini.sect.mbstring">
|
||||
<title>Multi-Byte String Configuration Directives</title>
|
||||
<variablelist>
|
||||
|
|
Loading…
Reference in a new issue