From efbb10251af55daecc7529aaa71ae9824ff80607 Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Sat, 11 Sep 2004 09:40:06 +0000 Subject: [PATCH] Made the information about the new changes more visible, as this seems to be a constant problem with users. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168369 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/configure.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/reference/mysql/configure.xml b/reference/mysql/configure.xml index 48da063f65..13ae2e0671 100644 --- a/reference/mysql/configure.xml +++ b/reference/mysql/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -24,16 +24,28 @@ In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library bundled with PHP. Read this - FAQ for details on why. Because of this, Windows users will need - to enable php_mysql.dll inside of &php.ini; and either - copy libmysql.dll into the Windows system directory or - make it available to the PATH. For compiling, simply use + FAQ for details on why. + + + + + Windows users will need to enable php_mysql.dll + inside of &php.ini; and either copy libmysql.dll + into the Windows system directory, or make it available to the PATH. + + + This will fix "Unable to load dynamic library './php_mysql.dll'" errors. + + + + + For compiling, simply use where [DIR] points to your MySQL installation directory. This MySQL extension doesn't support full functionality of MySQL versions greater than - 4.1.0. For that, use MySQLi. + 4.1.0. For that, use MySQLi. If you would like to install the mysql extension along with the mysqli extension