MySQL Forums
Forum List  »  PHP

Problem link PHP 5.1.2 + Mysql 5.0.20 + IIS 6.0
Posted by: Jason Gray
Date: April 14, 2006 07:53AM

I have the same problem only I'm running

PHP 5.1.2
Mysql 5.0.20
IIS 6.0

extension_dir = "c:/php/ext/"

extension=php_mysql.dll <-- Enabled / already uncoment -- not exists when check <?php phpinfo(); ?>
extension=php_mysqli.dll <-- Enabled / already uncoment -- not exists when check <?php phpinfo(); ?>

And I get a error in phpMyAdmin that say:

phpMyAdmin - Error
Cannot load mysql extension. Please check your PHP configuration. - Documentation

or if i tell phpMyAdmin to use mysqli in the cofig file then I get:

phpMyAdmin - Error
Cannot load mysqli extension. Please check your PHP configuration. - Documentation

I think there is a bug in PHP 5.1.2 probing for extensions. It should not matter even if you have don't have any MySQL database running the extension should still show up in phpinfo(). I have install php many times (25-30) before.

Any one find a fix?

Options: ReplyQuote


Subject
Written By
Posted
Problem link PHP 5.1.2 + Mysql 5.0.20 + IIS 6.0
April 14, 2006 07:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.