Release of mysqlnd!

Great news! MySQL (Ulf Wendel, Andrey Hristov and Georg Richter) released mysqlnd as an replacements for libmysqld which is not compatible with the PHP-License. Ulf said:

  • The MySQL native driver for PHP is an additional, alternative way to connect from PHP 6 to the MySQL Server 4.1 or newer. It is a replacement for libmysql, the MySQL Client Library. From now on you can use ext/mysqli either together with libmysql as you did in the past or with mysqlnd. The MySQL native driver for PHP requires PHP 6 and can connect to MySQL Servers 4.1 or newer.

    Ulf Wendel

  • This seems to solves the conflict between PHP and MySQL initialized long time ago! Well done Georg, Andrey, and Ulf! Read the complete post at Ulf's Blog!

    Add a Comment