From: Andrei Zmievski Date: Thu, 28 Oct 1999 01:40:14 +0000 (+0000) Subject: New function. X-Git-Tag: php-4.0b3_RC2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10fa640f5c09c1d6ce58a8bf1b45139adf187915;p=php New function. --- diff --git a/NEWS b/NEWS index ff5041ca72..3ece6237b4 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ PHP 4.0 NEWS ?? ?? 1999, Version 4.0 Beta 3 +- Added new str_repeat() function. (Andrei) - 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)