]> 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:50:08 +0000 (10:50 +0200)
committerFerenc Kovacs <tyrael@php.net>
Thu, 1 May 2014 08:50:08 +0000 (10:50 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 104279441a7faaaef5aebf0db781ecef3eb8b8fd..03b613b92ff7276efd2f5612ea5d769608e8d8be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,7 @@ PHP                                                                        NEWS
   . Fixed bug #66736 (fpassthru broken). (Mike)
   . Fixed bug #67024 (getimagesize should recognize BMP files with negative 
     height). (Gabor Buella)
+  . Fixed bug #67033 (Remove reference to Windows 95). (Anatol)
 
 - cURL:
   . Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent).