diff --git a/NEWS b/NEWS index d401de98faa..ff5041ca72e 100644 --- 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)