summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-09-17 09:18:45 +0000
committerZeev Suraski <zeev@php.net>2002-09-17 09:18:45 +0000
commitc8aa3b841520a60f7394846a4c7cd60667e05707 (patch)
treee936d06c1c004d5ff1c64438bee9675e6b4edf20
parent83a0665455099206d7a607eaea94a644997ae28d (diff)
downloadphp-git-c8aa3b841520a60f7394846a4c7cd60667e05707.tar.gz
Update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b4b616edb4..1dd4ab07d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.2.4
+- Fixed a corruption bug in the thread-safe version (Michael Sisolak)
- 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)