]> granicus.if.org Git - php/commitdiff
BFN
authorAntony Dovgal <tony2001@php.net>
Wed, 27 Oct 2004 12:06:13 +0000 (12:06 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 27 Oct 2004 12:06:13 +0000 (12:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d7a0a3d7bb6d4954d00bccbc661d177cd15fef23..04981f122beaee0f006d15baed9e8f9ca92256c5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP 4                                                                      NEWS
 - Fixed potential problems with unserializing invalid serialize data. (Marcus)
 - Fixed bug #30475 (curl_getinfo() may crash in some situations). (Ilia)
 - Fixed bug #30442 (segfault when parsing ?getvariable[][ ). (Tony)
+- Fixed bug #30388 (rename across filesystems loses ownership and
+  permission info) (Tony)
 - Fixed bug #30282 (segfault when using unknown/unsupported
   session.save_handler and/or session.serialize_handler). (Tony)
 - Fixed bug #30281 (Prevent non-wbmp images from being detected as such).