summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-04-01 01:45:34 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-04-01 01:45:34 +0300
commita32c8ba719493fd2b4700c4f7db1ef130ceb7661 (patch)
tree56f4f646c4c13d3ae24e01013caaabe2b31bf011
parent1add8401a38de04f35b40d843e46186e9d318ea5 (diff)
downloadphp-git-a32c8ba719493fd2b4700c4f7db1ef130ceb7661.tar.gz
Fixed bug #68739 (Missing break / control flow).
Fixed bug #68740 (NULL Pointer Dereference). Fixed bug #68677 (Use After Free).
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36f60ff03f..d87aea455b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,14 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2015, PHP 5.5.25
+- cURL:
+ . Fixed bug #68739 (Missing break / control flow). (Laruence)
+- Ereg:
+ . Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
+- OPCache:
+ . Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)
?? ??? 2015, PHP 5.5.24