From: Date: Mon, 7 Feb 2000 02:09:07 +0000 (+0000) Subject: NEWS update X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=264bf6758426c0f920a3dffbfb8269491fc48858;p=php NEWS update --- diff --git a/NEWS b/NEWS index f4fd69ff7b..59a471d931 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? ????, Version 4.0 Beta 4 +- Protect the ISAPI module against exceptions. Stack overflows in scripts are + now nicely detected and handled (Zeev) +- Fixed possible buffer-overflow in base64_decode. (Thies) +- Fixed possible buffer-overflow in setcookie(). (Thies) - Fixed signal() bug that could cause the Apache master process to die. (Thies) - Added session_set_cookie_params() function. (Andrei)