philip Thu Feb 10 14:03:04 2005 EDT
Modified files:
/phpdoc/en/reference/pdo reference.xml
Log:
Show how Windows users load the other DB specific DLL's.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.19
phpdoc/en/reference/pdo/reference.xml:1.20
--- phpdoc/en/reference/pdo/reference.xml:1.19 Thu Feb 10 13:26:27 2005
+++ phpdoc/en/reference/pdo/reference.xml Thu Feb 10 14:03:03 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<reference id="ref.pdo">
<title>PDO Functions</title>
@@ -78,6 +78,30 @@
</screen>
</para>
</step>
+ <step>
+ <para>
+ Next, choose the other DB specific DLL files and either use
+ <function>dl</function> to load them at runtime, or enable them in
+ &php.ini; below <filename>pdo_pdo.dll</filename>. For example:
+ <screen>
+<![CDATA[
+extension=php_pdo.dll
+extension=php_firebird.dll
+extension=php_mssql.dll
+extension=php_mysql.dll
+extension=php_oci.dll
+extension=php_oci8.dll
+extension=php_odbc.dll
+extension=php_pgsql.dll
+extension=php_sqlite.dll
+]]>
+ </screen>
+ </para>
+ <para>
+ These DLL's should exist in the systems
+ <link linkend="ini.extension-dir">extension_dir</link>.
+ </para>
+ </step>
</procedure>
<procedure id='installunix'>
<title>Linux and UNIX</title>