File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ PHP NEWS
68
68
- MySQLi
69
69
. Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql.
70
70
Known for stability problems. (Andrey)
71
+ . Added support for SHA256 authentication available with MySQL 5.6.6+. (Andrey)
72
+
71
73
72
74
- PCRE:
73
75
. Deprecated the /e modifier
Original file line number Diff line number Diff line change @@ -236,11 +236,16 @@ PHP X.Y UPGRADE NOTES
236
236
========================================
237
237
9. New Global Constants
238
238
========================================
239
-
239
+ - mysqli
240
+ - Added MYSQLI_SERVER_PUBLIC_KEY constant to be used with mysqli_options()
240
241
241
242
========================================
242
243
10. Changes to INI File Handling
243
244
========================================
245
+ - mysqlnd
246
+ - Added mysqlnd.sha256_server_public_key INI PERDIR setting that affects all
247
+ APIs which use(are built) for mysqlnd. This allows ext/mysqli to be used
248
+ with the new auth protocol, although at coarser level.
244
249
245
250
246
251
========================================
You can’t perform that action at this time.
0 commit comments