ID:               24621
 Updated by:       [EMAIL PROTECTED]
 Reported By:      eric at cosky dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         MySQL related
 Operating System: Windows XP SP 1
 PHP Version:      5CVS-2003-07-12 (dev)
 New Comment:

Be sure to also copy libmySQL.dll to the appropriate location (like you
do with every other DLL in the dlls/ folder).


Previous Comments:
------------------------------------------------------------------------

[2003-07-12 12:44:09] eric at cosky dot com

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 this bug report at http://bugs.php.net/?id=24621&edit=1

Reply via email to