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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: whitehat0702 at gmail dot com
New email:
PHP Version: OS:

 

 [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: Thu Apr 25 06:01:35 2024 UTC