From:             alantan at tagnetwork dot net
Operating system: Windows 2000 Server SP4
PHP version:      5CVS-2003-07-14 (dev)
PHP Bug Type:     MySQL related
Bug description:  Mysql Extension WON'T load

Description:
------------
Now after reading all those people saying that you needed to load a MySQL
extension using a CVS build I set out to do that, and upon loading the
extension php_MySQL.dll immediately php complains with the following:

php.exe - Entry Point Not Found

The procedure entry point mysql_create_db could not be located in the
dynamic link library LIBMYSQL.dll.

Reproduce code:
---------------
This occured during php startup, no matter which execuable I use.


Expected result:
----------------
mysql_connect should work instead of showing undefined function

Actual result:
--------------
Shows mysql functions as undefined functions and cannot load mysql
extension

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

Reply via email to