nlopess Wed Dec 22 11:20:27 2004 EDT
Modified files:
/phpdoc/en/install/windows extensions.xml
Log:
fix #31168: libmysql.dll is now used both for mysql and mysqli extensions
http://cvs.php.net/diff.php/phpdoc/en/install/windows/extensions.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/install/windows/extensions.xml
diff -u phpdoc/en/install/windows/extensions.xml:1.6
phpdoc/en/install/windows/extensions.xml:1.7
--- phpdoc/en/install/windows/extensions.xml:1.6 Tue Aug 31 19:17:24 2004
+++ phpdoc/en/install/windows/extensions.xml Wed Dec 22 11:20:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<sect1 id="install.windows.extensions">
<title>Installation of extensions on Windows</title>
<para>
@@ -319,8 +319,8 @@
<row>
<entry>php_mysqli.dll</entry>
<entry><link linkend="ref.mysqli">MySQLi</link> functions</entry>
- <entry>PHP >= 5.0.0, requires <filename>libmysqli.dll</filename>
- (bundled)</entry>
+ <entry>PHP >= 5.0.0, requires <filename>libmysql.dll</filename>
+ (<filename>libmysqli.dll</filename> in PHP <= 5.0.2) (bundled)</entry>
</row>
<row>
<entry>php_oci8.dll</entry>