summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-02-12 06:43:05 +0100
committerFerenc Kovacs <tyrael@php.net>2014-02-12 06:43:05 +0100
commit99bd2fd9c40b8766a73562297592a475a0b78023 (patch)
treed465ccbc464c2768825700edc4d48b67dee09f9a /NEWS
parent1f148f7ad99e78476ff20ef47c09082ae2861bc4 (diff)
parent06bbfe1e2a46d6c2eaf74b7c576b09114ee2e670 (diff)
downloadphp-git-99bd2fd9c40b8766a73562297592a475a0b78023.tar.gz
Merge branch 'PHP-5.6' into PHP-5.6.0
* PHP-5.6: (97 commits) update the alpha2 release date Fixed ZTS and added fix to NEWS. Implemented feature #45528: Allow the DateTimeZone constructor to accept timezones per offset too. Rename timelib_get_zone to timelib_parse_zone and export. fix regex to detect valgrind version New PCRE version got stricter fix regex to detect valgrind version New PCRE version got stricter Fixed memory leak in pow operator 5.5.9 now released Added information in NEWS and UPGRADING add T_POW (**) operator add NEWS block for 5.6.0alpha3 updated libs_version.txt updated libs_version.txt update libs_version.txt more tests for ICU >= 52.1 compat fix tests for ICU >= 52.1 Fix year adapt test to curl 7.35.0 upgrade move the NEWS entry into the right section Fixed SNI failure from missing Z_STRVAL_PP ...
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8629c51152..3ffd0e921a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,21 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 20??, PHP 5.6.0
+?? ??? 2014, PHP 5.6.0 Alpha 3
+13 Feb 2014, PHP 5.6.0 Alpha 2
+- Core:
+ . Added T_POW (**) operator
+ (RFC: https://wiki.php.net/rfc/pow-operator). (Tjerk Meesters)
+
+- mysqli
+ . Added new function mysqli_get_links_stats() as well as new INI variable
+ mysqli.rollback_on_cached_plink of type bool (Andrey)
+
+- PCRE:
+ . Upgraded to PCRE 8.34. (Anatol)
+
+
+23 Jan 2014, PHP 5.6.0 Alpha 1
- CLI server:
. Added some MIME types to the CLI web server. (Chris Jones)
@@ -65,7 +79,13 @@ PHP NEWS
. Added certificate fingerprint support. (Tjerk Meesters)
. Added explicit TLSv1.1 and TLSv1.2 stream transports. (Daniel Lowrey)
. Fixed bug #65729 (CN_match gives false positive). (Tjerk Meesters)
-
+ . 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:
. Fixed Bug #42614 (PDO_pgsql: add pg_get_notify support). (Matteo)
. Fixed Bug #63657 (pgsqlCopyFromFile, pgsqlCopyToArray use Postgres < 7.3