package/php: switch from libmysqlclient to mysqlnd
commitea1e9e03442a5b375aa2214ba92e48ebba89070a
authorFloris Bos <bos@je-eigen-domein.nl>
Tue, 23 Aug 2016 16:54:48 +0000 (23 18:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 6 Sep 2016 21:21:50 +0000 (6 23:21 +0200)
treead5950a2cd714d1421dbc4aae26f4137349af90d
parent86dc25e2b6b19967363a04f38894154c69f4f245
package/php: switch from libmysqlclient to mysqlnd

The Mysql Native Driver has been the default mysql driver since
PHP 5.4, but buildroot was still using libmysqlclient.

Mysqlnd has several advantages such as improved memory management
and the more favorable PHP licensing terms.
(can combine it with proprietary PHP extensions like Ioncube
loader, while libmysqlclient requires commercial licensing if you
link to it and do not fall under their GPL/FOSS license exception)

Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/php/Config.ext
package/php/php.mk