]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Mon, 7 Feb 2000 02:09:07 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Mon, 7 Feb 2000 02:09:07 +0000 (02:09 +0000)
NEWS

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