diff options
author | <changelog@php.net> | 2001-10-08 00:10:25 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-10-08 00:10:25 +0000 |
commit | ece41debc9336796a395231fb6862b82f3a0d17f (patch) | |
tree | 35c65c4e5b66cb322daf7473f35871206d10c7d3 | |
parent | 5b0e54088260814b416d5196fd20c226f17f4799 (diff) | |
download | php-git-ece41debc9336796a395231fb6862b82f3a0d17f.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |