From: Andi Gutmans Date: Thu, 10 Aug 2000 22:16:15 +0000 (+0000) Subject: - The commit messages didn't seem to update the news file X-Git-Tag: php-4.0.2RC1~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b47bb870043af8f1a83884d2f60cdcc9ca2495f4;p=php - The commit messages didn't seem to update the news file --- diff --git a/NEWS b/NEWS index 2d24043597..d49575e512 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.2 +- Fix switch which only has a single default rule. (Andi, Zend Engine) +- Fix problem with nested foreach()'s. (Andi, Zend Engine) - The CCVS module is now stable and compiling. It compiles as a CGI and into Apache cleanly without warnings. (Brendan W. McAdams) - Fixed mSQL_close(). (nick@loman.net)