php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #32430 Extension php_mysql.dll fails to load with old libmysql.dll in PATH
Submitted: 2005-03-23 15:37 UTC Modified: 2005-03-23 15:39 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: me at thomaskeller dot biz Assigned:
Status: Wont fix Package: Feature/Change Request
PHP Version: 5.0.3 OS: Windows 2k Pro
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-03-23 15:37 UTC] me at thomaskeller dot biz
Description:
------------
Hello!

I've installed MySQL 4.0.16 some time ago on my server and put
\\path\to\mysql\bin into my path to have all mysql commands
available on cmdline.

While I installed PHP 5.0.3 I encountered the problem 
described in a few other bugs: 

php_mysql.dll could not be loaded at Apache startup because libmysql.dll did not contain symbol "mysql_thread_end"

Now I know that this is not a "real" PHP bug since its the 
user's task to deal with the software he/she installed,
but since you already deliver your own libmysql.dll
with PHP5, why not try and load this DLL in first instance
_before_ you look into the PATH and found other 
(incompatible) ones?

Thanks for your support,
Thomas.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-23 15:39 UTC] derick@php.net
This is something in Windows - we can't fix this.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jul 01 11:01:32 2024 UTC