summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2012-10-04 13:40:23 +0200
committerAndrey Hristov <andrey@php.net>2012-10-04 13:40:23 +0200
commit713a3fc58c12fae381c1e2fa81cd70ac05d4e86c (patch)
tree548adc071646890af3b298fa711a6421b98c9d1c /UPGRADING
parent61bee020e1fabc7ac8915025bff5e7b773382156 (diff)
downloadphp-git-713a3fc58c12fae381c1e2fa81cd70ac05d4e86c.tar.gz
update
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING7
1 files changed, 6 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index bc5773cfa8..0e497f743d 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.
========================================