<div dir="ltr">Dear Micheal, <div><br></div><div>Thank you~ </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 27, 2017 at 12:52 AM, Michael Stauber <span dir="ltr"><<a href="mailto:mstauber@blueonyx.it" target="_blank">mstauber@blueonyx.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mon Chan,<br>
<span class=""><br>
> Joomla 1.5, cannot show chinese text, need update some mysql setting (No<br>
> issue with BX5209R with mariaDB 5.5)<br>
><br>
> opencart 2.3.0.2, show error (mysqli::mysqli(): Headers and client library<br>
> minor version mismatch. Headers)I just change the php ver to 5.4.16 with<br>
> the correct ver for mysqli, i think this is not mariadb 10 issue.<br>
><br>
> OrangeHRM, show error for the, cannot go after input all mysql information.<br>
> You need at least MySQL 4.1.x, Detected MySQL ver<br>
<br>
</span>I'm taking a look at this at the moment by setting up a test box with<br>
MariaDB-10.1.18 and these exact applications installed.<br>
<br>
The thing is as follows: PHP needs to be compiled against the MariaDB<br>
version that is in use. However: There is some leeway if the<br>
libmysqlclient is of the same version.<br>
<br>
For example:<br>
<br>
Both MariaDB-5.5 and MariaDB-10.1 use libmysqlclient.so.18.0.0. PHP<br>
connects via that to MariaDB. As it's the same library version the<br>
general connectivity just works fine for anything PHP related.<br>
<br>
However: Some applications are more picky and might still report<br>
different header versions, which is nitpicking and irritating, because<br>
it shouldn't matter in first place.<br>
<br>
I'm looking at ways to fix this and I have several options for that<br>
under investigation to determine the best course of actions.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
With best regards<br>
<br>
Michael Stauber<br>
______________________________<wbr>_________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/<wbr>mailman/listinfo/blueonyx</a><br>
</font></span></blockquote></div><br></div>