summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2015-04-24 18:18:18 +0200
committerNikita Popov <nikic@php.net>2015-04-24 18:18:18 +0200
commit2a87a42cd431ea8008ce24db6e57948052ff805d (patch)
tree3a2f09c109acaf0b142922771a561edbdcc97aca /UPGRADING
parent4694e1c02039114915704f0206f1ffb7a0efe4ad (diff)
downloadphp-git-2a87a42cd431ea8008ce24db6e57948052ff805d.tar.gz
Dropped CN_match and SNI_server_name context options
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index d0551b6e57..c85d18e32f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -482,6 +482,8 @@ Other
- OpenSSL:
. Removed the "rsa_key_size" SSL context option in favor of automatically
setting the appropriate size given the negotiated crypto algorithm.
+ . Removed "CN_match" and "SNI_server_name" SSL context options. Use automatic
+ detection or the "peer_name" option instead.
- PCRE:
. Removed support for /e (PREG_REPLACE_EVAL) modifier. Use