]> granicus.if.org Git - php/commitdiff
add missing NEWS entry to the correct release where it was added
authorFerenc Kovacs <tyrael@php.net>
Thu, 1 May 2014 08:52:24 +0000 (10:52 +0200)
committerFerenc Kovacs <tyrael@php.net>
Thu, 1 May 2014 08:52:24 +0000 (10:52 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f52344c4a9a1d40218d77ca1947aea9e6249190f..f66369846bf2c63c726862d174e77b7b600a7475 100644 (file)
--- 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).