Hi, Since Fedora 16 we have 2 set of extensions - php-mysql which use libmysqlclient as mysql driver and provides 3 extensions: mysql, mysqli, pdo_mysql - php-mysqlnd, which use mysql native driver and provides 4 extensions: mysqlnd (the driver), mysql, mysqli, pdo_mysql I have just removed the php-mysql package from rawhide to keep only one set of extensions (no conflict) , and thus mysqlnd will become the default driver for mysql access from PHP. http://www.php.net/mysqlnd This shouldn't raise any issue as php-mysql still provided. Remi. P.S. there is absolutely no link with switch to MariaDB ;) _______________________________________________ php-devel mailing list php-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/php-devel