From:             eric at cosky dot com
Operating system: Windows XP SP 1
PHP version:      5CVS-2003-07-12 (dev)
PHP Bug Type:     MySQL related
Bug description:  Unable to load php_mysql.dll - The specified procedure could not be 
found

Description:
------------
Using PHP snapshot file from today: php5-win32-200307121430.zip

PHP appears to be installed and working, except when I tried to use
phpMyAdmin with it where phpMyAdmin started saying that mysql support
wasn't enabled. Looking into it further, php_info() does not show any
mysql extensions enabled. I haven't seen it clearly stated that mysql
needs to be explicitly loaded now in php version 5.0 but it has been
implied in a couple places so I think the thing to do was add the
following line to php.ini:

extension=php_mysql.dll


When starting php, this dialog box comes up:

"Unknown(): Unable to load dynamic library
'C:\php\extensions\php_mysql.dll' - The specified procedure could not be
found"

This seems like it is what I need to be doing, and the result seems
possibly due to a bug.
Thanks for any info,
Eric Cosky


Reproduce code:
---------------
<?php php_info(); ?>

Expected result:
----------------
I expect to see mysql extensions described along with everything else.


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

Reply via email to