diff options
author | Andrei Zmievski <andrei@php.net> | 1999-10-28 01:40:14 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-10-28 01:40:14 +0000 |
commit | 10fa640f5c09c1d6ce58a8bf1b45139adf187915 (patch) | |
tree | 94194b60e880b1cb82c54c12d1e7ffec5dac8aec | |
parent | 8fd99b071def264a74182566c69f80c05756f483 (diff) | |
download | php-git-10fa640f5c09c1d6ce58a8bf1b45139adf187915.tar.gz |
New function.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |