]> granicus.if.org Git - php/commitdiff
massage news
authorfoobar <sniper@php.net>
Sat, 22 Jan 2005 01:21:48 +0000 (01:21 +0000)
committerfoobar <sniper@php.net>
Sat, 22 Jan 2005 01:21:48 +0000 (01:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 192c2aadc87181e7325f60e11aa1fa1c64a18d10..81cac7bbc3456359ae514f95d64035d83a091322 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2005, PHP 5.0.4
-- Fixed bug #28451 (corupt EXIF headers have unlimited recursive IFD directory
-  entries). (Andrei)
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
 - Added length and charsetnr for field array and object in mysqli. (Georg)
 - Changed phpize not to require automake and libtool. (Jani)
@@ -54,6 +52,8 @@ PHP                                                                        NEWS
   (Jani)
 - Fixed bug #28930 (PHP sources pick wrong header files generated by bison).
   (eggert at gnu dot org, Jani)
+- Fixed bug #28451 (corupt EXIF headers have unlimited recursive IFD directory
+  entries). (Andrei)
 - Fixed bug #28444 (Cannot access undefined property for object with overloaded
   property access). (Dmitry)
 - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).