diff options
author | Stanislav Malyshev <stas@php.net> | 2014-05-27 12:18:07 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-05-27 12:18:07 -0700 |
commit | 37a4ebaa34ef1c54e48cc2306aca2952cefa12ce (patch) | |
tree | de91d9ac5e7e64045b2f212d6ef3073f79e849dd | |
parent | 22736b7c56d678f142d5dd21f4996e5819507a2b (diff) | |
download | php-git-37a4ebaa34ef1c54e48cc2306aca2952cefa12ce.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -15 May 2014, PHP 5.4.29 RC1 +29 May 2014, PHP 5.4.29 - COM: . Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)). (Anatol) @@ -12,6 +12,7 @@ PHP NEWS . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c). (Bob) . Fixed bug #67247 (spl_fixedarray_resize integer overflow). (Stas) + . Fixed bug #67249 (printf out-of-bounds read). (Stas) . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas) . Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas) @@ -24,6 +25,12 @@ PHP NEWS . Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset). (Anatol) + - Fileinfo: + . Fixed bug #66307 (Fileinfo crashes with powerpoint files). (Anatol) + . Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS). + . Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in + performance degradation). + - FPM: . Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor). (Julio Pintos) |