mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Complete references to PDO_INFORMIX (thanks jsgoupil for the suggestion).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202853 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2cc56a2ee0
commit
e342da0371
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.47 $ -->
|
||||
<!-- $Revision: 1.48 $ -->
|
||||
<!-- Purpose: database.abstract -->
|
||||
<!-- Membership: pecl, bundled -->
|
||||
|
||||
|
@ -149,13 +149,14 @@ extension=php_pdo.dll
|
|||
</step>
|
||||
<step>
|
||||
<para>
|
||||
Next, choose the other DB specific DLL files and either use
|
||||
Next, choose the other database-specific DLL files and either use
|
||||
<function>dl</function> to load them at runtime, or enable them in
|
||||
&php.ini; below <filename>php_pdo.dll</filename>. For example:
|
||||
<screen>
|
||||
<![CDATA[
|
||||
extension=php_pdo.dll
|
||||
extension=php_pdo_firebird.dll
|
||||
extension=php_pdo_informix.dll
|
||||
extension=php_pdo_mssql.dll
|
||||
extension=php_pdo_mysql.dll
|
||||
extension=php_pdo_oci.dll
|
||||
|
@ -169,6 +170,8 @@ extension=php_pdo_sqlite.dll
|
|||
<para>
|
||||
These DLLs should exist in the system's
|
||||
<link linkend="ini.extension-dir">extension_dir</link>.
|
||||
Note that <link linkend="ref.pdo-informix">PDO_INFORMIX</link>
|
||||
is only available as a PECL extension.
|
||||
</para>
|
||||
</step>
|
||||
</procedure>
|
||||
|
|
Loading…
Reference in a new issue