]> granicus.if.org Git - php/commitdiff
Tidy language and order
authorJani Taskinen <jani@php.net>
Mon, 21 Jul 2008 20:02:34 +0000 (20:02 +0000)
committerJani Taskinen <jani@php.net>
Mon, 21 Jul 2008 20:02:34 +0000 (20:02 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8071e64208ccf798b825522774a634f5a3a6ffe6..3d49e8c2ae45f5ed62280707e1034879585b8d64 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,11 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2008, PHP 5.2.7
-- Fixed securities issue detailed in CVE-2008-2665 and CVE-2008-2666.
-  (Christian Hoffmann)
-
-- Reverted fix for bug #44197 due to change in behaviour in minor version.
+- Reverted fix for bug #44197 due to behaviour change in minor version.
   (Felipe)
 
+- Fixed security issues detailed in CVE-2008-2665 and CVE-2008-2666.
+  (Christian Hoffmann)
 - Fixed simplexml asXML() not to lose encoding when dumping entire document
   to file. (Ilia)
 - Fixed a crash inside PDO when trying instantiate PDORow manually. (Felipe)