dbs             Wed Dec 14 04:40:41 2005 EDT

  Modified files:              
    /phpdoc/en/reference/pdo    reference.xml 
  Log:
  Add PDO_INFORMIX to the list of PDO drivers.
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pdo/reference.xml?r1=1.46&r2=1.47&diff_format=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.46 
phpdoc/en/reference/pdo/reference.xml:1.47
--- phpdoc/en/reference/pdo/reference.xml:1.46  Thu Dec  8 12:10:53 2005
+++ phpdoc/en/reference/pdo/reference.xml       Wed Dec 14 04:40:40 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.46 $ -->
+<!-- $Revision: 1.47 $ -->
 <!-- Purpose: database.abstract -->
 <!-- Membership: pecl, bundled -->
 
@@ -198,6 +198,10 @@
          <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>
         </row>
@@ -233,7 +237,7 @@
      password (if any).
     </para>
     <para>
-     <example><title>Connecting to mysql</title>
+     <example><title>Connecting to MySQL</title>
       <programlisting role='php'>
 <![CDATA[
 <?php

Reply via email to