From: Date: Mon, 8 Oct 2001 00:10:25 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_PARAMETER_PARSING_API~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ece41debc9336796a395231fb6862b82f3a0d17f;p=php NEWS update --- diff --git a/NEWS b/NEWS index b28865a01d..5a322eb987 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.8-dev +- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick) +- Have rand() and mt_rand() seed automatically if srand() or mt_srand() has + not been called. (Sterling) - Added version_compare() function (Stig) - Don't throw a 'file does not exist' warning for the is_dir(), is_writeable(), is_readable(), is_executable(), is_link() and is_file() functions. (Sterling)