dbs Wed Dec 14 14:50:58 2005 EDT
Modified files:
/phpdoc/en/reference/pdo reference.xml
Log:
Complete references to PDO_INFORMIX (thanks jsgoupil for the suggestion).
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pdo/reference.xml?r1=1.47&r2=1.48&diff_format=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.47
phpdoc/en/reference/pdo/reference.xml:1.48
--- phpdoc/en/reference/pdo/reference.xml:1.47 Wed Dec 14 04:40:40 2005
+++ phpdoc/en/reference/pdo/reference.xml Wed Dec 14 14:50:58 2005
@@ -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 @@
</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 @@
<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>