php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46391 Incompatible libmysql.dll version with MySQL 5.1.29
Submitted: 2008-10-26 08:27 UTC Modified: 2008-11-28 00:28 UTC
Votes:15
Avg. Score:3.9 ± 0.9
Reproduced:11 of 11 (100.0%)
Same Version:7 (63.6%)
Same OS:10 (90.9%)
From: whitehat0702 at gmail dot com Assigned: pajoye (profile)
Status: Wont fix Package: MySQL related
PHP Version: 5.2.6 OS: win32 only
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
48 - 37 = ?
Subscribe to this entry?

 
 [2008-10-26 08:27 UTC] whitehat0702 at gmail dot com
Description:
------------
I have downloaded and install Mysql v5.1.29 RC and the file 
libmysql.dll in my PHP folder (5.2.6) does not have the same version. 
So I try replacing it by the one in folder MySQL\bin and it's not 
work! It cause error to my Apache web server.

Would you please upgrade file libmysql.dll for the new version of 
MySQL?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-10-26 08:40 UTC] pajoye@php.net
We plan to update the library in 5.2.x. However, you should not replace this library with an incompatible version (binary, crt version, etc.). That's a call for troubles (valid for any DLLs we provide).
 [2008-11-28 00:21 UTC] peaceable_whale at hotmail dot com
The MySQL 5.1.30 Generally Available (GA) release is now available.
 [2008-11-28 00:28 UTC] pajoye@php.net
Despite our attempts, the latest libmysql 5.0.x and 5.1.x can't be compiled with VC6. That means that we will not update the library in 5.2.x.

Do not use the  mysql library with PHP, or do it at your own risk as we will not support it.

5.3.x has its own native library (mysqlnd).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 04:01:29 2024 UTC