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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 14:01:29 2024 UTC