1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00
This commit is contained in:
Sterling Hughes
2001-10-07 11:59:14 +00:00
parent 3a50a0322f
commit f04497bab2

2
NEWS
View File

@@ -2,7 +2,7 @@ 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(),
- 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)