php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #54278 mysqli extension compiles against mysql-5.5.9 but does not run
Submitted: 2011-03-16 19:10 UTC Modified: 2011-03-16 19:14 UTC
From: michael at nileguide dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: Irrelevant OS: Linux
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: michael at nileguide dot com
New email:
PHP Version: OS:

 

 [2011-03-16 19:10 UTC] michael at nileguide dot com
Description:
------------
PHP-5.1.6 mysqli extension compiles against mysql-5.5.9 but fails to load. The failure message is: 

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/mysqli.so' - /usr/lib64/php/modules/mysqli.so: undefined symbol: mysql_disable_reads_from_master in Unknown on line 0

The reason for this is that the msql_disable_ functions were removed from mysql, as per the following bug: http://bugs.mysql.com/bug.php?id=31952

Please update such that php-5.1.6 is compatible with mysql-5.5
Thanks!


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-03-16 19:14 UTC] johannes@php.net
-Status: Open +Status: Bogus
 [2011-03-16 19:14 UTC] johannes@php.net
This feature was removed with PHP 5.3.0. PHP 5.1 is not supported anymore for a loooong time.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 12:01:32 2025 UTC