Linux, PHP, and mysqlnd?

Posted by bob-the-destroyer on Server Fault See other posts from Server Fault or by bob-the-destroyer
Published on 2011-06-23T03:28:39Z Indexed on 2011/06/25 8:24 UTC
Read the original article Hit count: 157

Filed under:
|

Looks like most common distros build their PHP packages without mysqlnd, instead relying on the old libmysql library. Are there any distros that do include the new mysql native driver even as an option in any of their officially supported repositories? If not, is it possible (and if so, how) to rebuild these three (mysql, mysqli, & pdo_mysql) extensions without having to rebuild the entire PHP install?

In my case, there are several PHP functions I need that are available only if these Mysql extenstions are built against mysqlnd. So I'd be fine installing a new OS to get these if the OS offers and supports it.

© Server Fault or respective owner

Related posts about linux

Related posts about php