]> granicus.if.org Git - php/commitdiff
MFH
authorEdin Kadribasic <edink@php.net>
Sun, 12 May 2002 20:27:37 +0000 (20:27 +0000)
committerEdin Kadribasic <edink@php.net>
Sun, 12 May 2002 20:27:37 +0000 (20:27 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0198751f9a60a115651c2b605d0d447d388f4401..ab612096e490e3ce629e935c87119337bb9dadd5 100644 (file)
--- 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).