From: Date: Wed, 10 Jan 2001 02:09:08 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=501774946ae1b9b79f6e7822c317e19f31d27320;p=php NEWS update --- diff --git a/NEWS b/NEWS index a52792ea36..6f736ac75b 100644 --- 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)