From f75da60b18f12fb986179caf59523921e9f49bbc Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 30 Nov 2014 22:19:24 -0800 Subject: [PATCH] update NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 16e0187d7e4..ce2503168f6 100644 --- a/NEWS +++ b/NEWS @@ -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)