vrana Tue Aug 30 10:41:12 2005 EDT
Modified files:
/phpdoc/en/reference/pdo reference.xml
Log:
Example for installing driver on Unix (bug #33696)
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.28&r2=1.29&ty=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.28
phpdoc/en/reference/pdo/reference.xml:1.29
--- phpdoc/en/reference/pdo/reference.xml:1.28 Thu Aug 11 22:03:48 2005
+++ phpdoc/en/reference/pdo/reference.xml Tue Aug 30 10:41:11 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<reference id="ref.pdo">
<title>PDO Functions</title>
@@ -111,7 +111,8 @@
</para>
<para>
Follow the same steps to install and enable the PDO drivers of your
- choice.
+ choice. E.g. for MySQL driver, replace PDO with PDO_MYSQL in the
+ following instructions.
</para>
<step>
<para>Download the PDO package to your local machine: