From: foobar Date: Sun, 7 Oct 2001 19:37:53 +0000 (+0000) Subject: make this entry readable. X-Git-Tag: PRE_PARAMETER_PARSING_API~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cf3fd275282006d1bbd17df29ec23513e6292cb;p=php make this entry readable. --- diff --git a/NEWS b/NEWS index 3ca295a347..b28865a01d 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.8-dev - Added version_compare() function (Stig) -- Don't throw a file does not exist warning for the is_dir(), is_writeable(), +- 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) - Added array_change_key_case() function that returns array with with all string keys lowercased or uppercased (EdinK)