Add PDO_INFORMIX to the list of PDO drivers.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202813 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Scott 2005-12-14 04:40:40 +00:00
parent 48d7065e55
commit 9630edc248

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.46 $ -->
<!-- $Revision: 1.47 $ -->
<!-- Purpose: database.abstract -->
<!-- Membership: pecl, bundled -->
@ -197,6 +197,10 @@ extension=php_pdo_sqlite.dll
<entry><link linkend="ref.pdo-firebird">PDO_FIREBIRD</link></entry>
<entry>Firebird/Interbase 6</entry>
</row>
<row>
<entry><link linkend="ref.pdo-informix">PDO_INFORMIX</link></entry>
<entry>IBM Informix Dynamic Server</entry>
</row>
<row>
<entry><link linkend="ref.pdo-mysql">PDO_MYSQL</link></entry>
<entry>MySQL 3.x/4.x</entry>
@ -233,7 +237,7 @@ extension=php_pdo_sqlite.dll
password (if any).
</para>
<para>
<example><title>Connecting to mysql</title>
<example><title>Connecting to MySQL</title>
<programlisting role='php'>
<![CDATA[
<?php