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:
Dan Scott 2005-12-14 14:50:58 +00:00
parent 2cc56a2ee0
commit e342da0371

View file

@ -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>