php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29564 Cannot load the MySQL extension
Submitted: 2004-08-07 21:00 UTC Modified: 2004-08-09 08:21 UTC
From: justlinux at walla dot com Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.0.0 OS: Windows XP Proffesional
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: justlinux at walla dot com
New email:
PHP Version: OS:

 

 [2004-08-07 21:00 UTC] justlinux at walla dot com
Description:
------------
My configuration:

IIS 5.1
PHP 5.0.0
MySQL 4.0
Microsoft Windows XP Proffesional
phpMyAdmin 2.5.7-pl1

What i did:

I'd uncomment the line for the MySQL extension. Because that didn't work, I'd copy 'libmySQL.dll' (from my MySQL installation) to my PHP installation folder and changed the name in 'php.ini'. When that didn't work, I'd change everything back to the defaults. It did ocur when I'd try to load phpMyAdmin.

I'm sorry i can't give you the address of the server, because it's a testing box and it's not connected to the Internet.

Reproduce code:
---------------
--- default: ---
;extension=php_mysql.dll

--- 1st change: ---
extension=php_mysql.dll

--- 2nd change: ---
extension=libmySQL.dll

--- 3nd change: ---
;extension=php_mysql.dll

Expected result:
----------------
The default phpMyAdmin screen

Actual result:
--------------
A MsgBox that says that the MySQL extension can't be found, and then a screen that tells me that there is no MySQL extension available.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-09 08:21 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 15:01:29 2024 UTC