]> granicus.if.org Git - php/commitdiff
BFN
authorAntony Dovgal <tony2001@php.net>
Mon, 18 Oct 2004 15:16:21 +0000 (15:16 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 18 Oct 2004 15:16:21 +0000 (15:16 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 87cb04a5324f8fee7f599b50bc4faab4fc096aba..deebc0eb8e4b21e27b2f94dab8fa30bc06673d5a 100644 (file)
--- 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).