From: Sascha Schumann Date: Fri, 27 Oct 2000 09:47:28 +0000 (+0000) Subject: bunch of changes X-Git-Tag: php-4.0.4RC3~507 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01b4c077476ffa31d38a380046e0c0f525c2f2b9;p=php bunch of changes --- diff --git a/NEWS b/NEWS index 58f3feca2c..c309467592 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ PHP 4.0 NEWS ?? ??? 2000, Version 4.0.4 +- Added replace parameter to header() (Sascha) +- Fixed handling of single quotes in transparent session-id mode (Sascha) +- Fixed "php://*" fopen handler (Sascha) - Made rename work in threadsafe enviroments (Daniel) - Made session_destroy() close files before unlinking (Daniel) - Added array_sum() function. (Andrei)