From: Ferenc Kovacs Date: Thu, 1 May 2014 08:52:24 +0000 (+0200) Subject: add missing NEWS entry to the correct release where it was added X-Git-Tag: php-5.5.13RC1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b14b8dfc1087fed1f7d4bc2c5cfa61806175ccf9;p=php add missing NEWS entry to the correct release where it was added --- diff --git a/NEWS b/NEWS index f52344c4a9..f66369846b 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,7 @@ PHP NEWS . Fixed bug #67024 (getimagesize should recognize BMP files with negative height). (Gabor Buella) . Fixed bug #67043 (substr_compare broke by previous change) (Tjerk) + . Fixed bug #67033 (Remove reference to Windows 95). (Anatol) - cURL: . Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent).