php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27247 php_mysql.dll + libmysql.dll (4.0.x) problem
Submitted: 2004-02-13 16:42 UTC Modified: 2004-02-13 19:04 UTC
From: clau at 101phones dot com Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 5.0.0b4 (beta4) OS: Windows XP Home
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: clau at 101phones dot com
New email:
PHP Version: OS:

 

 [2004-02-13 16:42 UTC] clau at 101phones dot com
Description:
------------
The latest build of php5 (5.0.0b4) does not work with mysql 4.0.18 client library.  It's looking for mysql_drop_db in libmysql.dll but it can't find it since it's deprecated.  Apache2 gives these errors.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-13 19:04 UTC] derick@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

You will need a mysql 4.1.x library for this.
 [2004-02-23 15:14 UTC] jeremy at deadbeef dot com
The mysql 4.1.x doesn't work either.  The windows build of php on the php.net web site appears to be built with mysql 3.x, but no longer includes it.

Perhaps we need php_mysql.dll and php_mysql4.dll as extensions.
 [2004-02-23 15:38 UTC] jeremy at deadbeef dot com
I got it working with the following.

Installed apache2, mysql 4.0.18, php 5.0.0 beta 4.  Then I took the libmysql.dll from mysql 3.23.58 and dropped it in c:\Program Files\Apache Group\Apache2\bin.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC