Updated NEWS

This commit is contained in:
Julien Pauli 2014-11-29 14:41:48 +01:00
parent 736279239e
commit 57d7b4fc56

6
NEWS
View File

@ -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)