]> granicus.if.org Git - php/commitdiff
- Reorder
authorDerick Rethans <derick@php.net>
Thu, 19 Aug 2004 12:44:35 +0000 (12:44 +0000)
committerDerick Rethans <derick@php.net>
Thu, 19 Aug 2004 12:44:35 +0000 (12:44 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 356dfc7898c317cfb543f6bb33cb099662be8b4a..39a2e33890a3ace5e534b83db5cc0037d165416a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,14 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.0.2
-- Fixed bug #29657 (xml_* functions throw non descriptive error). 
-  (Christian, Rob)
-- Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
-- Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
 - Added PHP_EOL constant that contains the OS way of representing newlines.
   (Paul Hudson, Derick)
+- Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
+- Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
 - Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not
   have trailing slash). (Ilia)
+- Fixed bug #29657 (xml_* functions throw non descriptive error). 
+  (Christian, Rob)
 - Fixed bug #29656 (segfault on result and statement properties). (Georg)
 - Fixed bug #29447 (Reflection API issues). (Marcus)