fix completely random ordering of bugs in NEWS (what happened here?)

This commit is contained in:
Greg Beaver 2009-11-13 00:41:37 +00:00
parent 10ca1684cf
commit 2c248d1b50

16
NEWS
View File

@ -29,27 +29,27 @@ PHP NEWS
- Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR). (Ilia) - Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR). (Ilia)
- Fixed bug #50005 (Throwing through Reflection modified Exception object - Fixed bug #50005 (Throwing through Reflection modified Exception object
makes segmentation fault). (Felipe) 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). - Fixed bug #49990 (SNMP3 warning message about security level printed twice).
(Jani) (Jani)
- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted
transaction). (ben dot pineau at gmail dot com, Ilia, Matteo) transaction). (ben dot pineau at gmail dot com, Ilia, Matteo)
- Fixed bug #49921 (Curl post upload functions changed). (Ilia) - 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, - Fixed bug #49855 (import_request_variables() always returns NULL). (Ilia,
sjoerd at php dot net) sjoerd at php dot net)
- Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning). - Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).
(Ilia, wmeler at wp-sa dot pl) (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 #49647 (DOMUserData does not exist). (Rob)
- Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd) - Fixed bug #49244 (Floating point NaN cause garbage characters). (Sjoerd)
- Fixed bug #49224 (Compile error due to old DNS functions on AIX systems). - Fixed bug #49224 (Compile error due to old DNS functions on AIX systems).
(Scott) (Scott)
- Fixed bug #49142 (crash when exception thrown from __tostring()).
(David Soria Parra)
- Fixed bug #49098 (mysqli segfault on error). (Rasmus) - Fixed bug #49098 (mysqli segfault on error). (Rasmus)