The new PECL package mysqlnd_ms-1.5.1 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
GA release

Package Info
-------------
The mysqlnd_ms replication and load balancing plugin can be used with PHP MySQL 
extensions (ext/mysql, ext/mysqli, ext/pdo_mysql) if they are compiled to use 
mysqlnd. The plugin inspects queries and does read-write splitting. Read-only 
queries are sent to MySQL replication slave servers while all other queries are 
redirected to the MySQL replication master server. Very few, if any, 
application changes are required, depending on the usage scenario.

Related Links
-------------
Package home: http://pecl.php.net/package/mysqlnd_ms
   Changelog: http://pecl.php.net/package-changelog.php?package=mysqlnd_ms
    Download: http://pecl.php.net/get/mysqlnd_ms-1.5.1.tgz

Authors
-------------
Ulf Wendel <[email protected]> (lead)
Andrey Hristov (lead)
Johannes Schlüter (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to