]> granicus.if.org Git - php/commitdiff
Correct a bug number - thanks to Philip...
authorWez Furlong <wez@php.net>
Sat, 22 Feb 2003 20:51:13 +0000 (20:51 +0000)
committerWez Furlong <wez@php.net>
Sat, 22 Feb 2003 20:51:13 +0000 (20:51 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 8561ad49e4be69089130b1d0badbafdadc822241..548281c15eaef4e8d2b602f65bb77d7910425d02 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,7 @@ PHP 4                                                                      NEWS
   (Ilia)
 - Fixed bug #22017 (date() does not support negative timestamps on win32). (Ilia)
 - Fixed bug #21998 (array_pop() did not reset the current array position). (Jani)
+- Fixed bug #21885 (move_uploaded_file() does not ignore open_basedir). (Wez)
 - Fixed bug #21815 (fpassthru() ignored buffered data but complained anyway). 
   (Wez)
 - Fixed bug #21809 (select would not always timeout during socket shutdown). (Wez)
@@ -98,7 +99,6 @@ PHP 4                                                                      NEWS
 - Fixed bug #21228 (broken check for ob_gzhandler and made ob_start() return
   the correct value). (Ilia)
 - Fixed bug #21226 (parse_url handling of urls without a path). (Ilia)
-- Fixed bug #21185 (move_uploaded_file() does not ignore open_basedir). (Wez)
 - Fixed bug #21169 (Compile Failure and lots of warnings on UnixWare). (Derick)
 - Fixed bug #21131 (fopen() with mode 'a+' and rewind() doesn't work). (Wez)
 - Fixed bug #20857 (snmpset() failed always, patch by: rs@epost.de). (Jani)