From: Sascha Schumann Date: Fri, 16 Feb 2001 23:10:12 +0000 (+0000) Subject: Add some old and some recent news X-Git-Tag: php-4.0.5RC1~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69ab3f53f6063bf876169359ca565837f53f7158;p=php Add some old and some recent news --- diff --git a/NEWS b/NEWS index 2d6dba64ef..8aa8f1061b 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- Improved overall speed of IRCG, added URL handling to message scanner (Sascha) - Fixed some modules to allow using output-buffering. (Thies) - Added the chroot() function (Derick) - PostgreSQL now does a rollback at the end of a request on every @@ -144,6 +145,7 @@ PHP 4.0 NEWS at run-time to provide the replacement string. It is passed an array of matched pattern and subpatterns. (Andrei) - Put an end to BUG#4615 (kalowsky & Eric Veldhuyzen) +- Added the IRCG extension (Sascha) - Fixed realpath() in Virtual Directory mode (Daniel) - Integrated the Phil Nelson's bc math library routines into PHP, now that the license allows it (Phil Nelson )