From: Date: Tue, 6 Aug 2002 00:20:49 +0000 (+0000) Subject: NEWS update X-Git-Tag: dev~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5ffa93f5fedda52255b1f37f39fc951379583ae;p=php NEWS update --- diff --git a/NEWS b/NEWS index 64a5eda278..f3bc8bd8dd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Added ob_list_handlers() which returns an array of all active output + handlers. (marcus) - Added mbstring encoding/decoding "HTML-ENTITIES". (Marcus) - Added parameter 'L' for mb_http_input() to retrieve input encoding as a comma separated string. (Marcus)