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
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 !
Your email address:
MUST BE VALID
Solve the problem:
37 - 23 = ?
Subscribe to this entry?

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