mazzanet Sat Jul 30 02:35:17 2005 EDT
Modified files:
/phpdoc/en/reference/pdo reference.xml
Log:
Fix filename
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/reference.xml?r1=1.25&r2=1.26&ty=u
Index: phpdoc/en/reference/pdo/reference.xml
diff -u phpdoc/en/reference/pdo/reference.xml:1.25
phpdoc/en/reference/pdo/reference.xml:1.26
--- phpdoc/en/reference/pdo/reference.xml:1.25 Mon Jul 11 00:38:54 2005
+++ phpdoc/en/reference/pdo/reference.xml Sat Jul 30 02:35:15 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<reference id="ref.pdo">
<title>PDO Functions</title>
@@ -82,7 +82,7 @@
<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:
+ &php.ini; below <filename>php_pdo.dll</filename>. For example:
<screen>
<![CDATA[
extension=php_pdo.dll