Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

headers and client library mismatch

3 views
Skip to first unread message

bill

unread,
Aug 12, 2016, 7:25:06 AM8/12/16
to
Recently the following warning popped up on a script I am developing:
Warning: mysqli::mysqli(): Headers and client library minor
version mismatch. Headers:50546 Library:50631 in
/home/michigan/public_html/dmisc.xyz/DoList/index.php on line 17

Any idea how this happened and what I can do about it?
It is making it difficult to work on these scripts (one of which
uses header redirection.) I would prefer keeping the error level
at E_ALL.

bill

Christoph M. Becker

unread,
Aug 12, 2016, 9:00:50 AM8/12/16
to bill
On 12.08.2016 at 13:24, bill wrote:

> Recently the following warning popped up on a script I am developing:
> Warning: mysqli::mysqli(): Headers and client library minor version
> mismatch. Headers:50546 Library:50631 in
> /home/michigan/public_html/dmisc.xyz/DoList/index.php on line 17
>
> Any idea how this happened and what I can do about it?

Apparently, libmysql has been updated on your system[1], so you'll have
to update or recompile ext/mysqli as well.

[1]
<https://github.com/php/php-src/blob/PHP-7.0.9/ext/mysqli/mysqli_nonapi.c#L76-L80>

--
Christoph M. Becker
0 new messages