summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-10-27 12:06:13 +0000
committerAntony Dovgal <tony2001@php.net>2004-10-27 12:06:13 +0000
commit2b2129c05765f3683df36ba7005ab025cb625963 (patch)
tree1d935870257921ec448e900cfc3d868bc1e8ef27
parente4fadfcd8914bbbee5546c0e64529ebc021e554c (diff)
downloadphp-git-2b2129c05765f3683df36ba7005ab025cb625963.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).