diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-02-14 00:22:31 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-02-14 00:22:31 +0100 |
commit | 91fecd7673f1d52a7876d7c92cb362bcbd6f16b6 (patch) | |
tree | eed8b962b9fa2ec36c5cbc77cb752bae83a54b5b | |
parent | 2537fdf0c843a480683c0394f9e231cb8fb289da (diff) | |
download | php-git-91fecd7673f1d52a7876d7c92cb362bcbd6f16b6.tar.gz |
move the peer verification NEWS entry to the alpha2 block, as it was pushed after alpha1
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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: |