From: Antony Dovgal Date: Mon, 18 Oct 2004 15:16:21 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.10RC1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75ae21df6d760d2bbb821659fbf1016483456d70;p=php BFN --- diff --git a/NEWS b/NEWS index 87cb04a532..deebc0eb8e 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ PHP 4 NEWS - Fixed a bug in addslashes() handling of the '\0' character. (Ilia) - Backported Marcus' foreach() speedup patch from PHP 5.x. (Derick) - Fixed potential problems with unserializing invalid serialize data. (Marcus) +- Fixed bug #30442 (segfault when parsing ?getvariable[][ ). (Tony) - 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).