summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2014-07-30 20:13:17 +0200
committerMichael Wallner <mike@php.net>2014-07-30 20:13:17 +0200
commit48cadf242ddf7cad04adb7fe3fbf71894b534955 (patch)
tree88f80deb1ad09f9a15f493daaf2869bdc0fc4625
parent6ed9991a6f327242a1214a485775a106f5eb015e (diff)
downloadphp-git-48cadf242ddf7cad04adb7fe3fbf71894b534955.tar.gz
BFN
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc27f4e86e..fbf012b7b6 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ PHP NEWS
. Fixed bug #67635 (php links to systemd libraries without using pkg-config).
(pacho@gentoo.org, Remi)
+- Milter:
+ . Fixed bug #67715 (php-milter does not build and crashes randomly). (Mike)
+
- OpenSSL:
. Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas).