wez             Sat Sep  7 19:30:48 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  Mention php://output wrapper.
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1112 php4/NEWS:1.1113
--- php4/NEWS:1.1112    Wed Sep  4 20:35:39 2002
+++ php4/NEWS   Sat Sep  7 19:30:47 2002
@@ -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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to