From:             justlinux at walla dot com
Operating system: Windows XP Proffesional
PHP version:      5.0.0
PHP Bug Type:     MySQL related
Bug description:  Cannot load the MySQL extension

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.

-- 
Edit bug report at http://bugs.php.net/?id=29564&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29564&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29564&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29564&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29564&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29564&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29564&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29564&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29564&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29564&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29564&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29564&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29564&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29564&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29564&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29564&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29564&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29564&r=float

Reply via email to