From: Marcus Boerger Date: Sun, 29 Aug 2004 16:53:32 +0000 (+0000) Subject: MFH: Bugfix #29882 isset crashes on arrays X-Git-Tag: php-4.3.9RC2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77b928515a1c7a139503e4307c4c8d8930550721;p=php MFH: Bugfix #29882 isset crashes on arrays --- diff --git a/NEWS b/NEWS index 05ddc2ac69..22489896eb 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,7 @@ PHP 4 NEWS - Updated PCRE to provide better error handling in certain cases. (Andrei) - NSAPI: added "bucket" parameter to list of non-php.ini-keys of php4_execute for doing performance stats without warnings in server-log. (Uwe Schindler) +- Fixed bug #29882 (isset crashes on arrays). (Marcus) - Fixed bug #29607 (highlighting code with HEREDOC produces invalid output). (Ilia) - Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode). (Ilia)