Commit: 713a3fc58c12fae381c1e2fa81cd70ac05d4e86c Author: Andrey Hristov <[email protected]> Thu, 4 Oct 2012 13:40:23 +0200 Parents: 61bee020e1fabc7ac8915025bff5e7b773382156 Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=713a3fc58c12fae381c1e2fa81cd70ac05d4e86c Log: update Changed paths: M NEWS M UPGRADING Diff: diff --git a/NEWS b/NEWS index 00a2dd6..41ab1bb 100644 --- a/NEWS +++ b/NEWS @@ -68,6 +68,8 @@ PHP NEWS - MySQLi . Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql. Known for stability problems. (Andrey) + . Added support for SHA256 authentication available with MySQL 5.6.6+. (Andrey) + - PCRE: . Deprecated the /e modifier diff --git a/UPGRADING b/UPGRADING index bc5773c..0e497f7 100755 --- a/UPGRADING +++ b/UPGRADING @@ -236,11 +236,16 @@ PHP X.Y UPGRADE NOTES ======================================== 9. New Global Constants ======================================== - +- mysqli + - Added MYSQLI_SERVER_PUBLIC_KEY constant to be used with mysqli_options() ======================================== 10. Changes to INI File Handling ======================================== +- mysqlnd + - Added mysqlnd.sha256_server_public_key INI PERDIR setting that affects all + APIs which use(are built) for mysqlnd. This allows ext/mysqli to be used + with the new auth protocol, although at coarser level. ======================================== -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
