summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-02-14 00:22:31 +0100
committerFerenc Kovacs <tyrael@php.net>2014-02-14 00:22:31 +0100
commit91fecd7673f1d52a7876d7c92cb362bcbd6f16b6 (patch)
treeeed8b962b9fa2ec36c5cbc77cb752bae83a54b5b
parent2537fdf0c843a480683c0394f9e231cb8fb289da (diff)
downloadphp-git-91fecd7673f1d52a7876d7c92cb362bcbd6f16b6.tar.gz
move the peer verification NEWS entry to the alpha2 block, as it was pushed after alpha1
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 127655b060..6f12385a5c 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ PHP NEWS
- ldap
. Added new function ldap_modify_batch(). (Ondrej Hosek)
+- Openssl
+ . Peer certificates now verified by default in client socket operations
+ (RFC: https://wiki.php.net/rfc/tls-peer-verification). (Daniel Lowrey)
+
23 Jan 2014, PHP 5.6.0 Alpha 1
- CLI server:
. Added some MIME types to the CLI web server. (Chris Jones)
@@ -84,8 +88,6 @@ PHP NEWS
. Peer name verification matches SAN DNS names for certs using
the Subject Alternative Name x509 extension. (Daniel Lowrey)
. Fixed segfault when built against OpenSSL>=1.0.1 (Daniel Lowrey)
- . Peer certificates now verified by default in client socket operations
- (RFC: https://wiki.php.net/rfc/tls-peer-verification). (Daniel Lowrey)
. Added SPKAC support. (Jason Gerfen)
- PDO_pgsql: