diff options
author | Stanislav Malyshev <stas@php.net> | 2014-11-30 22:19:24 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-11-30 22:19:24 -0800 |
commit | f75da60b18f12fb986179caf59523921e9f49bbc (patch) | |
tree | 12d11844b3f5f42f2181d59b9a729f7a45b191f1 | |
parent | 1b4368db77783b7f7727feeae18ce1b70817a173 (diff) | |
download | php-git-f75da60b18f12fb986179caf59523921e9f49bbc.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |