php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13768 MySQL 4.0.0 API Broken
Submitted: 2001-10-19 21:33 UTC Modified: 2001-10-24 01:01 UTC
From: vitaliyf at gameaholic dot com Assigned:
Status: Not a bug Package: MySQL related
PHP Version: 4.0.6 OS: RedHat 6.2/Kernel 2.2.3
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: vitaliyf at gameaholic dot com
New email:
PHP Version: OS:

 

 [2001-10-19 21:33 UTC] vitaliyf at gameaholic dot com
PHP 4.0.6 compiled with same configure parameters, but after MySQL 4.0.0 was upgraded (from 3.23.43) generated the following error on Apache's restart:

Cannot load /usr/local/apache/libexec/libphp4.so into server: undefined symbol: mysql_module_entry

Presumably because MySQL's API has changed and PHP hasn't been updated yet.

This probably should be fixed ASAP (I thought MySQL guys were supporting MySQL extension themselves?) as I'm sure quite a few people are anxious to jump into MySQL 4.0

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-23 14:22 UTC] sander@php.net
Can you post your configure-line?
 [2001-10-23 14:42 UTC] vitaliyf at gameaholic dot com
'./configure' '--with-apxs' '--with-mysql=/usr' '--enable-debug=no' '--with-gd=/usr/local' '--with-ttf' '--with-zlib' '-with-mm' '--with-jpeg=/usr/lib' '--with-sablot'

This has MySQL (3.23 or 4.0) installed from mysql.com's RPMs.
 [2001-10-24 01:01 UTC] sniper@php.net
There is already one report about this. And it's assigned
also so no need for another bug report. Thank you.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 17:01:32 2024 UTC