This commit is contained in:
Andrey Hristov 2012-10-04 13:40:23 +02:00
parent 61bee020e1
commit 713a3fc58c
2 changed files with 8 additions and 1 deletions

2
NEWS
View File

@ -68,6 +68,8 @@ PHP NEWS
- MySQLi - MySQLi
. Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql. . Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql.
Known for stability problems. (Andrey) Known for stability problems. (Andrey)
. Added support for SHA256 authentication available with MySQL 5.6.6+. (Andrey)
- PCRE: - PCRE:
. Deprecated the /e modifier . Deprecated the /e modifier

View File

@ -236,11 +236,16 @@ PHP X.Y UPGRADE NOTES
======================================== ========================================
9. New Global Constants 9. New Global Constants
======================================== ========================================
- mysqli
- Added MYSQLI_SERVER_PUBLIC_KEY constant to be used with mysqli_options()
======================================== ========================================
10. Changes to INI File Handling 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.
======================================== ========================================