From 018072529a83248d2ca6afa6d07fbe75197dbfab Mon Sep 17 00:00:00 2001 From: Date: Tue, 8 Feb 2000 02:09:07 +0000 Subject: [PATCH] NEWS update --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 59a471d9316..ed9682f49ae 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? ????, Version 4.0 Beta 4 +- Made the output of var_dump() more informative. (Thies) +- Fixed some OCIBindByName() problems. (Thies) - 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)