1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00
This commit is contained in:
Remi Collet
2014-08-19 08:40:58 +02:00
parent 5e9e0a2c74
commit 335d89ec4d

3
NEWS
View File

@@ -43,6 +43,9 @@ PHP NEWS
- Milter:
. Fixed bug #67715 (php-milter does not build and crashes randomly). (Mike)
- Network:
. Fixed bug #67717 (segfault in dns_get_record). (CVE-2014-3597) (Remi)
- OpenSSL:
. Fixed missing type checks in OpenSSL options. (Yussuf Khalil, Stas)