From: Marcus Boerger Date: Sat, 12 Feb 2005 16:39:48 +0000 (+0000) Subject: - BFN and add test X-Git-Tag: php-5.0.4RC1~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c607c2ecde5793b1b8c1811bcf65d5e0a7bbd47;p=php - BFN and add test --- diff --git a/NEWS b/NEWS index 933bedc2c0..b184c6a8be 100644 --- a/NEWS +++ b/NEWS @@ -83,6 +83,7 @@ PHP NEWS - Fixed bug #31055 (apache2filter: per request leak proportional to the full path of the request URI). (kameshj at fastmail dot fm) - Fixed bug #30901 (can't send cookies with soap envelop). (Dmitry) +- Fixed bug #30862 (Static array with boolean indexes). (Marcus) - Fixed bug #30726 (-.1 like numbers are not being handled correctly). (Ilia) - Fixed bug #30725 (PHP segfaults when an exception is thrown in getIterator() within foreach). (Marcus)