summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-11-29 14:41:48 +0100
committerJulien Pauli <jpauli@php.net>2014-11-29 14:41:48 +0100
commit57d7b4fc567aa43a4fb9fb021effa73a92d47461 (patch)
tree24ccef6cbe6d569d4c29043e5f57d25df6d9d134
parent736279239e968c0723bf5e47bf0d5791508e0f49 (diff)
downloadphp-git-57d7b4fc567aa43a4fb9fb021effa73a92d47461.tar.gz
Updated NEWS
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7eae043c3c..582f4129cd 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,11 @@ PHP NEWS
- mbstring:
. Fixed bug #68504 (--with-libmbfl configure option not present on Windows).
(Ashesh Vashi)
-
+
+- pcntl:
+ . Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
+ when setting SIG_DFL). (Julien)
+
- SPL:
. Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME
breaks the RecursiveIterator). (Paul Garvin)