]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Thu, 28 Oct 1999 01:09:18 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Thu, 28 Oct 1999 01:09:18 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d401de98faac388432b4c89911e84610945e907a..ff5041ca72e454e0903eabea5641734c653ea7a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP 4.0                                                                    NEWS
 
 ?? ?? 1999, Version 4.0 Beta 3
 
+- Output-Buffering system is now Thread-Safe. (Thies)
+- implemented OCI8 $lob->WriteToFile() function - very useful for streaming
+  large amounts of LOB-Data without to need of a huge buffer. (Thies)
 - Added session.use_cookies option (Sascha)
 - Added getcwd() function. (Thies)
 - XML_Parse_Into_Struct no longer eats data. (Thies)