summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-05-12 20:27:37 +0000
committerEdin Kadribasic <edink@php.net>2002-05-12 20:27:37 +0000
commit055710e95afdce94ff5d4197b7eb0e42f07f26ff (patch)
treede65ba94d9721195a9444c34d260017e0dcf882f
parent12e6c6d95f7dcb5439188c622f588705b004a5fc (diff)
downloadphp-git-055710e95afdce94ff5d4197b7eb0e42f07f26ff.tar.gz
MFH
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0198751f9a..ab612096e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
13 May 2002, Version 4.2.1
+- Minor fix to rmdir() under safe-mode (Rasmus)
+- Another safe-mode fix related to the safemode incdir feature (Rasmus)
+- Safe-mode fix for parse_ini_file() (Rasmus)
+- show_source() was evading safe-mode - fixed (Rasmus)
+- 0 byte file uploads are valid, avoid choking on them. (Zeev)
- Major update of domxml. New functions, better DOM compliance and bug fixes:
* Changed the old $node->append_child() to $node->append_sibling() since
the new append_child() behaves correctly (= W3C standard).