summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-09-16 23:02:16 +0000
committerFelipe Pena <felipe@php.net>2008-09-16 23:02:16 +0000
commit4c32eb99893d65f21216a7c2c7dfdf03ead1c28a (patch)
tree0bfb69ade7d730b4e0846443f55844be8209fe3b
parent516ac7e7269b5f8e06ffdcb0a2a54d73c79aff3e (diff)
downloadphp-git-4c32eb99893d65f21216a7c2c7dfdf03ead1c28a.tar.gz
- BFN #46071
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 42dc222f30..7f685aee20 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ PHP NEWS
- Fixed bug #46086 (Segfault when accessing fileinfo class properties).
(Scott)
- Fixed bug #46072 (Compile failure under IRIX 6.5.30 building util.c) (Greg)
+- Fixed bug #46071 (finfo_open() segfaults when using wrong file name on BSD).
+ (Felipe)
- Fixed bug #46060 (Phar::addEmptyDir() breaks) (Greg)
- Fixed bug #46042 (memory leaks with reflection of mb_convert_encoding()).
(Ilia)