bjori Tue Feb 6 17:39:18 2007 UTC
Modified files:
/phpdoc/en/reference/mysqli configure.xml
Log:
copy&paste typo (Philip)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysqli/configure.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/mysqli/configure.xml
diff -u phpdoc/en/reference/mysqli/configure.xml:1.6
phpdoc/en/reference/mysqli/configure.xml:1.7
--- phpdoc/en/reference/mysqli/configure.xml:1.6 Tue Feb 6 11:30:06 2007
+++ phpdoc/en/reference/mysqli/configure.xml Tue Feb 6 17:39:18 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<section id="mysqli.installation">
&reftitle.install;
<para id="mysqli.configure">
@@ -32,7 +32,7 @@
</para>
<para>
As with enabling any PHP extension (such as
- <filename>php_mysql.dll</filename>), the PHP directive
+ <filename>php_mysqli.dll</filename>), the PHP directive
<link linkend="ini.extension-dir">extension_dir</link> should be set to
the directory where the PHP extensions are located. See also the
<link linkend="install.windows.manual">Manual Windows Installation