diff options
author | Felipe Pena <felipe@php.net> | 2008-09-16 23:02:16 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-09-16 23:02:16 +0000 |
commit | 4c32eb99893d65f21216a7c2c7dfdf03ead1c28a (patch) | |
tree | 0bfb69ade7d730b4e0846443f55844be8209fe3b | |
parent | 516ac7e7269b5f8e06ffdcb0a2a54d73c79aff3e (diff) | |
download | php-git-4c32eb99893d65f21216a7c2c7dfdf03ead1c28a.tar.gz |
- BFN #46071
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |