markoheijnen / wp-db-driver

45 stars 12 forks source link

mysqlnd #98

Closed szepeviktor closed 9 years ago

szepeviktor commented 9 years ago

Do you plan to support mysqlnd? PHP 7 has only mysqlnd.

markoheijnen commented 9 years ago

PHP 5.4 already has mysqlnd as default. So I guess I'm missing something.

szepeviktor commented 9 years ago

Excuse me. I haven't realized it can be used by PDO.

szepeviktor commented 9 years ago

BTW current PHP 7 beta has only mysqlnd and PDO, no pdo_mysql.

markoheijnen commented 9 years ago

it has MySQLi and PDO. mysqlnd is the connector.

szepeviktor commented 9 years ago

I've meant this: https://www.dotdeb.org/2015/09/18/php-7-0-rc3-for-jessie/

szepeviktor commented 9 years ago

This one http://php7.zend.com/repo.php has: PDO, pdo_mysql, mysqli.

markoheijnen commented 9 years ago

I have that one working on one of my servers and didn't experience any issues (yet).

szepeviktor commented 9 years ago

Yes. The DotDeb one is the problematic. (but it is the official Debian PHP 7.0)

markoheijnen commented 9 years ago

Install php7.0-fpm and php-mysql. I first also looked weird at it but noticed I had to install it separate.

szepeviktor commented 9 years ago

Thank you!!