From: Andrei Zmievski Date: Thu, 10 Aug 2000 13:22:07 +0000 (+0000) Subject: Formatting. X-Git-Tag: php-4.0.2RC1~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5779f26561772b079b868afd917c780a5aeb0eb9;p=php Formatting. --- diff --git a/NEWS b/NEWS index e6c46ef4c2..2d24043597 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,9 @@ 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) +- 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) - 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() @@ -40,7 +41,8 @@ PHP 4.0 NEWS - Bug-report and fix submitted by Michel Alexeline - Make ext_skel create a Makefile.in set up to handle shared extension support automatically (Rasmus) -- Fix php_realpath not to die on non-existing files (needed for touch()) (Stas and china@thewrittenword.com) +- Fix php_realpath not to die on non-existing files (needed for touch()) (Stas + and china@thewrittenword.com) - Fix get_browser() function (Stas) - Fix symbol clash which caused a DSO problem on OpenBSD (Rob Black and anil@recoil.org)