update NEWS

This commit is contained in:
Stanislav Malyshev 2014-11-30 22:19:24 -08:00
parent 1b4368db77
commit f75da60b18

4
NEWS
View File

@ -7,6 +7,10 @@ PHP NEWS
. Fixed bug #60704 (unlink() bug with some files path).
. Fixed bug #65419 (Inside trait, self::class != __CLASS__). (Julien)
- cURL:
. Fixed bug #67643 (curl_multi_getcontent returns '' when
CURLOPT_RETURNTRANSFER isn't set). (Jille Timmermans)
- mbstring:
. Fixed bug #68504 (--with-libmbfl configure option not present on Windows).
(Ashesh Vashi)