Headers and client library minor version mismatch

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Alkis
Forum Commoner
Posts: 31
Joined: Fri Mar 26, 2010 8:41 am

Headers and client library minor version mismatch

Post by Alkis »

The problem is on windows platform. Always downloaded the zip version of php (not installer), and the installer of mysql.

I get this php warning for years whenever I decide to use mysql 5.1 instead of 5.0. And every time I go back to mysql 5.0 (whatever minor version) the warning goes away. No warning whatever php 5.* version I use with whatever version of mysql 5.0.*, so there could be also mismatched libraries, but never had warnings.

Always using the mysqli php extension.

Is there a way to disable this specific warning (if not possible to be solved), without disabling the php warnings totally? I cannot use sessions when developing because that warning stops it.
Post Reply