]> granicus.if.org Git - php/commitdiff
fix completely random ordering of bugs in NEWS (what happened here?)
authorGreg Beaver <cellog@php.net>
Fri, 13 Nov 2009 00:41:37 +0000 (00:41 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 13 Nov 2009 00:41:37 +0000 (00:41 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0529b24a18a525455b9fa245e9e7ac195e63f664..0d9da50c8f7951a55b25cba67c227974565e4d98 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,27 +29,27 @@ PHP                                                                        NEWS
 - Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR). (Ilia)
 - Fixed bug #50005 (Throwing through Reflection modified Exception object
   makes segmentation fault). (Felipe)
-- Fixed bug #49910 (no support for ././@LongLink for long filenames in phar
-  tar support). (Greg)
-- Fixed bug #49908 (throwing exception in __autoload crashes when interface
-  is not defined). (Felipe)
-- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private 
-  property in base class). (Felipe)
-- Fixed bug #49142 (crash when exception thrown from __tostring()).
-  (David Soria Parra)
 - Fixed bug #49990 (SNMP3 warning message about security level printed twice).
   (Jani)
 - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted
   transaction). (ben dot pineau at gmail dot com, Ilia, Matteo)  
 - Fixed bug #49921 (Curl post upload functions changed). (Ilia)
+- Fixed bug #49910 (no support for ././@LongLink for long filenames in phar
+  tar support). (Greg)
+- Fixed bug #49908 (throwing exceptions in __autoload crashes when interface
+  is not defined). (Felipe)
 - Fixed bug #49855 (import_request_variables() always returns NULL). (Ilia,
   sjoerd at php dot net)
 - Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).
   (Ilia, wmeler at wp-sa dot pl)
+- Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private
+  property in base class). (Felipe)
 - Fixed bug #49647 (DOMUserData does not exist). (Rob)
 - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
 - Fixed bug #49224 (Compile error due to old DNS functions on AIX systems).
   (Scott)
+- Fixed bug #49142 (crash when exception thrown from __tostring()).
+  (David Soria Parra)
 - Fixed bug #49098 (mysqli segfault on error). (Rasmus)