summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-08-19 21:37:29 -0700
committerStanislav Malyshev <stas@php.net>2013-08-19 21:37:29 -0700
commitfe475fc8b721ba352299cfaea19ba66a66aa978b (patch)
tree851f4781a555624370bb0f0a274f1447ff9d7f16
parent910980b8a84969cdd76e2933881f24f6d215092b (diff)
downloadphp-git-PHP-5.4.19.tar.gz
news for 5.4.19PHP-5.4.19
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 12dfad8ec8..e1e623e732 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+22 Aug 2013, PHP 5.4.19
+- Core:
+ . Fixed bug #64503 (Compilation fails with error: conflicting types for
+ 'zendparse'). (Laruence)
+
+- Openssl:
+ . Fixed UMR in fix for CVE-2013-4248.
+
15 Aug 2013, PHP 5.4.18
- Core:
@@ -58,7 +66,7 @@ PHP NEWS
odbc_fetch_array). (Brandon Kirsch)
- Openssl:
- . Fixed handling null bytes in subjectAltName (CVE-2013-4073).
+ . Fixed handling null bytes in subjectAltName (CVE-2013-4248).
(Christian Heimes)
- PDO: