summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-08-06 00:20:49 +0000
committer <changelog@php.net>2002-08-06 00:20:49 +0000
commitb5ffa93f5fedda52255b1f37f39fc951379583ae (patch)
tree8aa33c7d3a3ccdf3c5573fa250845eeb5a0e1e49
parent22c0d36cd5dc33a4067dc9a8b2e7534e57cf4566 (diff)
downloadphp-git-b5ffa93f5fedda52255b1f37f39fc951379583ae.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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)