diff options
author | <changelog@php.net> | 2001-10-07 00:10:00 +0000 |
---|---|---|
committer | <changelog@php.net> | 2001-10-07 00:10:00 +0000 |
commit | 10ee55abf5198a901f4f1fc4da518d6599cafbdc (patch) | |
tree | 2376b971bee9d366fb4677df0124f03a6a7a4e77 | |
parent | 89bd184ea01356c3d7798be911440c7fe2aa154a (diff) | |
download | php-git-10ee55abf5198a901f4f1fc4da518d6599cafbdc.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 version_compare() function (Stig) +- Don't through a file does not exist warning for the is_dir(), is_writeable(), + is_readable(), is_executable(), is_link() and is_file() functions. (Sterling) - Added array_change_key_case() function that returns array with with all string keys lowercased or uppercased (EdinK) - Added parameter to ircg_pconnect to suppress treating non-fatal errors |