From: Antony Dovgal Date: Wed, 27 Oct 2004 12:06:13 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.3.10RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b2129c05765f3683df36ba7005ab025cb625963;p=php BFN --- diff --git a/NEWS b/NEWS index d7a0a3d7bb..04981f122b 100644 --- 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).