]> granicus.if.org Git - php/commitdiff
Update NEWS
authorZeev Suraski <zeev@php.net>
Sat, 9 Sep 2000 16:01:40 +0000 (16:01 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 9 Sep 2000 16:01:40 +0000 (16:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 97827509e3d708486bdfc7d1220cf9cd0e7b3c55..6d04647098b616a72423dbe1f3fa88f38b1febcb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,15 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.3-dev
+- Added is_uploaded_file() and move_uploaded_file() (Zeev)
+- Added several directives to php.ini - post_max_size, file_uploads,
+  display_startup_errors - see php.ini-dist for further information (Zeev)
 - Fix readdir bug in libc5
 - Fix some potential OpenBSD and NetBSD crash bugs when opening files. (Andi)
 - Add EscapeShellArg() function (Rasmus)
 - Add a php.ini option session.use_trans_sid to enable/disable trans-sid.
   (Sterling)
 - Quick-fix for the file upload security alert (Rasmus)
-- Fixed a potential security issue with HTTP file upload (Zeev)
 - Add the Sablotron extension for XSL parsing. (Sterling)
 - Fixed a bug in checkdate() which caused < 1 years to be valid (Jani)
 - Added support for an optional output handler function for output