summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-09-11 01:10:16 +0000
committerEdin Kadribasic <edink@php.net>2002-09-11 01:10:16 +0000
commit1f58a1260187dc061267a7e8ee4a92257f9c349e (patch)
tree5a5223f9f8bf8062eaa56cc80cbb2c8693a20fb0
parent11452a26d2522530357cc51b2e1f12cfab4a169b (diff)
downloadphp-git-1f58a1260187dc061267a7e8ee4a92257f9c349e.tar.gz
Added note about file_exits() and friends.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2643db393c..b4b616edb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.2.4
+- Fixed file_exists(), is_readable(), is_writable(), and is_executable()
+ on multi-threaded non-windows platforms. (Edin)
- Fixed Content-Type so that charset is applied. (Yasuo)
- Fixed GET/POST/COOKIE value handlings. (Yoshimori, Yasuo)