summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-01-21 11:23:27 +0100
committerJulien Pauli <jpauli@php.net>2015-01-21 11:23:27 +0100
commitdd8a40b23bf50b1c4aa3cdb62cfdb99eecdbbd4f (patch)
tree9ffea53ec5ac99941f299fc97c34c52a60b5ca97
parenteaf107c07824dc784aa4441b76e0b8a05031ce1c (diff)
downloadphp-git-PHP-5.5.21.tar.gz
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a36d64a25e..772f753704 100644
--- a/NEWS
+++ b/NEWS
@@ -62,6 +62,9 @@ PHP NEWS
. Fixed bug #67111 (Memory leak when using "continue 2" inside two foreach
loops). (Nikita)
+- OpenSSL:
+ . Fixed bug #55618 (use case-insensitive cert name matching). (Daniel Lowrey)
+
- Pcntl:
. Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
when setting SIG_DFL). (Julien)