From: Marcus Boerger Date: Wed, 6 Oct 2004 21:32:12 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.3RC1~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2016ad5441d5d472eaa441c374ea93e46a364709;p=php BFN --- diff --git a/NEWS b/NEWS index 48f74f14de..cbd1fbdb3d 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.0.3 - Fixed potential problems with unserializing invalid serialize data. (Marcus) +- Fixed bug #30344 (Reflection::getModifierNames() returns too long strings). + (Marcus) - Fixed bug #30282 (segfault when using unknown/unsupported session.save_handler and/or session.serialize_handler). (Tony) - Fixed bug #30281 (Prevent non-wbmp images from being detected as such).