summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)