]> granicus.if.org Git - php/commitdiff
Mention php://output wrapper.
authorWez Furlong <wez@php.net>
Sat, 7 Sep 2002 23:30:47 +0000 (23:30 +0000)
committerWez Furlong <wez@php.net>
Sat, 7 Sep 2002 23:30:47 +0000 (23:30 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5088109455ce4d34f525231d683724a0195421ef..348aeb03a9d37b60cfec499139e4360d40299cc4 100644 (file)
--- 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)