hi, I was looking into why the the PHP 5.6 version of mysqli can't be compiled with MariaDB and ran into this issue: https://bugs.php.net/bug.php?id=75612 where they suggest using mysqlnd as a solution (to many things). I noticed the mysqlnd PKG_OPTION is disabled by default - is there any reason for this? it's enabled by default on FreeBSD.