We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9ab04 commit 82d347aCopy full SHA for 82d347a
NEWS
@@ -5,9 +5,15 @@ PHP NEWS
5
- Core:
6
. Removed support for multi-line headers, as the are deprecated by RFC 7230.
7
(Stas)
8
+ . Added NULL byte protection to exec, system and passthru. (Yasuo)
9
. Fixed bug #68925 (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname
10
buffer overflow). (Stas)
- . Added NULL byte protection to exec, system and passthru. (Yasuo)
11
+ . Fixed bug #67827 (broken detection of system crypt sha256/sha512 support).
12
+ (ncopa at alpinelinux dot org)
13
+
14
+- SOAP:
15
+ . Fixed bug #67427 (SoapServer cannot handle large messages)
16
+ (brandt at docoloc dot de)
17
18
22 Jan 2015 PHP 5.4.37
19
0 commit comments