summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-10-28 01:40:14 +0000
committerAndrei Zmievski <andrei@php.net>1999-10-28 01:40:14 +0000
commit10fa640f5c09c1d6ce58a8bf1b45139adf187915 (patch)
tree94194b60e880b1cb82c54c12d1e7ffec5dac8aec
parent8fd99b071def264a74182566c69f80c05756f483 (diff)
downloadphp-git-10fa640f5c09c1d6ce58a8bf1b45139adf187915.tar.gz
New function.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)