summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipensp@gmail.com>2015-02-17 01:14:05 -0200
committerFelipe Pena <felipensp@gmail.com>2015-02-17 01:14:05 -0200
commit82d347a477e2b7c0001c9b58d0b67048ed63af04 (patch)
tree2881580c76d1b8df9bee0319115939596be19199
parent8f9ab04d9340eea8415607cbfe06b6cbff131c95 (diff)
downloadphp-git-82d347a477e2b7c0001c9b58d0b67048ed63af04.tar.gz
- BFN
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a3d35b7707..5c22cd85fc 100644
--- a/NEWS
+++ b/NEWS
@@ -5,9 +5,15 @@ PHP NEWS
- Core:
. Removed support for multi-line headers, as the are deprecated by RFC 7230.
(Stas)
+ . Added NULL byte protection to exec, system and passthru. (Yasuo)
. Fixed bug #68925 (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname
buffer overflow). (Stas)
- . Added NULL byte protection to exec, system and passthru. (Yasuo)
+ . Fixed bug #67827 (broken detection of system crypt sha256/sha512 support).
+ (ncopa at alpinelinux dot org)
+
+- SOAP:
+ . Fixed bug #67427 (SoapServer cannot handle large messages)
+ (brandt at docoloc dot de)
22 Jan 2015 PHP 5.4.37
- Core: