summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2015-08-27 21:43:57 +0100
committerJakub Zelenka <bukka@php.net>2015-08-27 21:43:57 +0100
commite4f9354615dfcff393fd1269ac29fc9e3e1c8b4d (patch)
treefc792a6a24e41b82d9a43fa2de7a0d97e142304a
parent745753eacb026824c91e7c8d14946abb9ad27746 (diff)
parenta5864d9917357f4e68e4edb481ca7e3e71826ba7 (diff)
downloadphp-git-e4f9354615dfcff393fd1269ac29fc9e3e1c8b4d.tar.gz
Merge branch 'PHP-5.6'
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2b9730c7d0..3aca8a99da 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ PHP NEWS
- SPL:
. Fixed bug #70303 (Incorrect constructor reflection for ArrayObject). (cmb)
+- OpenSSL:
+ . Fixed bug #55259 (openssl extension does not get the DH parameters from
+ DH key resource). (Jakub Zelenka)
+
- Standard:
. Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't
working). (Laruence)