]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Wed, 10 Jan 2001 02:09:08 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Wed, 10 Jan 2001 02:09:08 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a52792ea361c5b124ac85629bbfff8a54dbf1903..6f736ac75b29b53fd37cac2b6a1d997081d0ec94 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.5
+- Allow access to uploaded files in safe_mode. Beware that you can only
+  read the file. If you copy it to new location the copy will not have the
+  right UID and you script won't be able to access that copy. (Thies)
 - Changed extract() to check that prefixed name is a valid one. (Andrei)
 - Changed extract() to return the number of variables extracted. (Andrei)
 - Added ldap_rename() function (Stig Venaas)