1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 06:32:49 +02:00

NEWS update

This commit is contained in:
1999-10-28 01:09:18 +00:00
parent 329de3041b
commit e8bccbdca9

3
NEWS
View File

@@ -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)