]> granicus.if.org Git - php/commitdiff
sync with branch
authorfoobar <sniper@php.net>
Sun, 12 May 2002 21:08:34 +0000 (21:08 +0000)
committerfoobar <sniper@php.net>
Sun, 12 May 2002 21:08:34 +0000 (21:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 1101ef7b8fb5ca7b4e4beb22471818bc15b97cb8..030cfc67bc056ba116cf258166865069b1bcd49c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,9 @@ PHP 4                                                                      NEWS
   process is now more portable and less resource-consuming. (Sascha)
 
 13 May 2002, Version 4.2.1
+- Added safe-mode checks to show_source(), parse_ini_file() and rmdir(). Also
+  fixed security problems with safe_mode_include_dir directive. (Rasmus)
+- Changed HTTP upload code to accept 0 byte file uploads. (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).