diff options
author | Julien Pauli <jpauli@php.net> | 2014-11-29 14:41:48 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-11-29 14:41:48 +0100 |
commit | 57d7b4fc567aa43a4fb9fb021effa73a92d47461 (patch) | |
tree | 24ccef6cbe6d569d4c29043e5f57d25df6d9d134 | |
parent | 736279239e968c0723bf5e47bf0d5791508e0f49 (diff) | |
download | php-git-57d7b4fc567aa43a4fb9fb021effa73a92d47461.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |