summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-10-07 11:59:14 +0000
committerSterling Hughes <sterling@php.net>2001-10-07 11:59:14 +0000
commitf04497bab2cfb26d290dd15aa15e52ae32a0c58b (patch)
tree7d92a1b3eb1b88ca23fa40964b86662571756142
parent3a50a0322fbea3ebaf795cd730e1e6cc6798d72b (diff)
downloadphp-git-f04497bab2cfb26d290dd15aa15e52ae32a0c58b.tar.gz
fix sp
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0e1adbccb5..3ca295a347 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 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)