]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Thu, 10 Aug 2000 01:09:13 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Thu, 10 Aug 2000 01:09:13 +0000 (01:09 +0000)
NEWS

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