1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00

updated the NEWS with the latest fileinfo changes

This commit is contained in:
Anatoliy Belsky
2012-04-04 12:36:34 +02:00
parent 94f1c05ff8
commit db834fc460

6
NEWS
View File

@@ -8,6 +8,12 @@ PHP NEWS
when another extension makes use of a library that links to the iconv
library. See https://bugs.gentoo.org/show_bug.cgi?id=364139 for detail.
(Moriyoshi)
- Fileinfo
. Upgraded libmagic to 5.11 (Pierre, Anatoliy)
. Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a
directory descriptor under windows. (Anatoliy)
. Fixed bug #61566 failure caused by the posix lseek and read versions
under windows in cdf_read(). (Anatoliy)
(merge after 5.3.11 release)