From: Date: Thu, 10 Aug 2000 01:09:13 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.2RC1~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fac6f738f840a4193a0f696285a5cc9f50169f2;p=php NEWS update --- diff --git a/NEWS b/NEWS index e18e1030ca..e6c46ef4c2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.2 +- The CCVS module is now stable and compiling. It compiles as a CGI and into apache cleanly without warnings. (Brendan W. McAdams) +- Fix mSQL_close(). (nick@loman.net) - Made return() in a require()'d file work like return() in an include()'d file (Andi & Zeev, Zend Engine) - Changed require_once() to work using the same table as include_once()