From: Edin Kadribasic Date: Sun, 12 May 2002 20:54:29 +0000 (+0000) Subject: Merged safe_mode fixes into one entry. X-Git-Tag: php-4.2.1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06ceb7da90061097e64cec474c7968f3e8d4c9ab;p=php Merged safe_mode fixes into one entry. --- diff --git a/NEWS b/NEWS index ab612096e4..c59ba7dae0 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,9 @@ 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) +- Fixed several functions that were evading safe mode -- show_source(), + parse_ini_file() and rmdir(). Also fixed security problems with + safe_mode_include_dir directive. (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