summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-05-12 21:07:40 +0000
committerfoobar <sniper@php.net>2002-05-12 21:07:40 +0000
commitf39b4a85822c1d66685d34e54e723e036a29af27 (patch)
tree5594e59342e32581ce560ae94ccb401efcbfe9e9
parent06ceb7da90061097e64cec474c7968f3e8d4c9ab (diff)
downloadphp-git-f39b4a85822c1d66685d34e54e723e036a29af27.tar.gz
short is good
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index c59ba7dae0..5e40abb93b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,9 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
13 May 2002, Version 4.2.1
-- 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)
+- 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).