Skip to content

Commit 713a3fc

Browse files
committed
update
1 parent 61bee02 commit 713a3fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ PHP NEWS
6868
- MySQLi
6969
. Dropped support for LOAD DATA LOCAL INFILE handlers when using libmysql.
7070
Known for stability problems. (Andrey)
71+
. Added support for SHA256 authentication available with MySQL 5.6.6+. (Andrey)
72+
7173

7274
- PCRE:
7375
. Deprecated the /e modifier

Diff for: UPGRADING

+6-1
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,16 @@ PHP X.Y UPGRADE NOTES
236236
========================================
237237
9. New Global Constants
238238
========================================
239-
239+
- mysqli
240+
- Added MYSQLI_SERVER_PUBLIC_KEY constant to be used with mysqli_options()
240241

241242
========================================
242243
10. Changes to INI File Handling
243244
========================================
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.
244249

245250

246251
========================================

0 commit comments

Comments
 (0)