Closed szepeviktor closed 9 years ago
PHP 5.4 already has mysqlnd as default. So I guess I'm missing something.
Excuse me. I haven't realized it can be used by PDO.
BTW current PHP 7 beta has only mysqlnd
and PDO
, no pdo_mysql
.
it has MySQLi and PDO. mysqlnd is the connector.
I've meant this: https://www.dotdeb.org/2015/09/18/php-7-0-rc3-for-jessie/
This one http://php7.zend.com/repo.php has: PDO, pdo_mysql, mysqli.
I have that one working on one of my servers and didn't experience any issues (yet).
Yes. The DotDeb one is the problematic. (but it is the official Debian PHP 7.0)
Install php7.0-fpm and php-mysql. I first also looked weird at it but noticed I had to install it separate.
Thank you!!
Do you plan to support mysqlnd? PHP 7 has only mysqlnd.