1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

[ci skip] update NEWS

This commit is contained in:
Anatol Belski
2017-06-24 01:28:58 +02:00
parent b714309056
commit 4e98990f6b

4
NEWS
View File

@@ -11,6 +11,10 @@ PHP NEWS
. Fixed bug #74623 (Infinite loop in type inference when using HTMLPurifier).
(nikic)
- OpenSSL:
. Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content).
(Anatol)
- SPL:
. Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)