From 505044f0af2dddc6dd7fe9c6f899c6da1e284cb9 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 7 Sep 2002 23:30:47 +0000 Subject: [PATCH] Mention php://output wrapper. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 5088109455..348aeb03a9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Added support for fopen("php://output", "wb") which returns a stream that + writes to the output buffer (like echo and print). (Wez) - Added --disable-all configure option. (Jani) - Backported debug_backtrace() from ZendEngine2. (Thies) - Added html-free phpinfo() output for CLI. (Jan) -- 2.50.1