aidan Sat Sep 11 05:40:11 2004 EDT
Modified files:
/phpdoc/en/reference/mysql configure.xml
Log:
Made the information about the new changes more visible, as this seems to be a
constant problem with users.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.10
phpdoc/en/reference/mysql/configure.xml:1.11
--- phpdoc/en/reference/mysql/configure.xml:1.10 Sun Aug 1 19:00:38 2004
+++ phpdoc/en/reference/mysql/configure.xml Sat Sep 11 05:40:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<section id="mysql.installation">
&reftitle.install;
<para id="mysql.configure">
@@ -24,16 +24,28 @@
<para>
In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library
bundled with PHP. Read this <link linkend="faq.databases.mysql.php5">
- FAQ</link> for details on why. Because of this, Windows users will need
- to enable <filename>php_mysql.dll</filename> inside of &php.ini; and either
- copy <filename>libmysql.dll</filename> into the Windows system directory or
- make it available to the <envar>PATH</envar>. For compiling, simply use
+ FAQ</link> for details on why.
+ </para>
+
+ <note>
+ <para>
+ Windows users will need to enable <filename>php_mysql.dll</filename>
+ inside of &php.ini; and either copy <filename>libmysql.dll</filename>
+ into the Windows system directory, or make it available to the <envar>PATH</envar>.
+ </para>
+ <para>
+ This will fix "Unable to load dynamic library './php_mysql.dll'" errors.
+ </para>
+ </note>
+
+ <para>
+ For compiling, simply use
<option role="configure"> --with-mysql=[DIR]</option> where
<literal>[DIR]</literal> points to your MySQL installation directory.
</para>
<para>
This MySQL extension doesn't support full functionality of MySQL versions greater
than
- 4.1.0. For that, use <link linkend="ref.mysqli">MySQLi</link>.
+ 4.1.0. For that, use <link linkend="ref.mysqli">MySQLi</link>.
</para>
<para>
If you would like to install the mysql extension along with the mysqli extension