php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24647 Mysql Extension WON'T load
Submitted: 2003-07-14 11:02 UTC Modified: 2003-07-14 11:30 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: alantan at tagnetwork dot net Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5CVS-2003-07-14 (dev) OS: Windows 2000 Server SP4
Private report: No CVE-ID: None
 [2003-07-14 11:02 UTC] alantan at tagnetwork dot net
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-14 11:30 UTC] sniper@php.net
Copy that libmySQL.dll from dlls/ folder in the zip package to correct place and it will work.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 18:01:31 2024 UTC