summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-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: