summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2016-07-03 23:31:32 +0200
committerFerenc Kovacs <tyra3l@gmail.com>2016-07-03 23:31:32 +0200
commit9a9ede00bc456d883eea4e08cf6b17f129eab996 (patch)
tree716137caf28035a26bede2384cf3cf9118974876
parentb8487b6a7dcf102dd2015105b54279dad701b97b (diff)
downloadphp-git-9a9ede00bc456d883eea4e08cf6b17f129eab996.tar.gz
this was actually fixed in 5.6.23
-rw-r--r--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4f41dd16d8..a884dbbbeb 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,10 @@ PHP NEWS
. Fixed bug #72400 (Integer Overflow in addcslashes/addslashes). (Stas)
. Fixed bug #72403 (Integer Overflow in Length of String-typed ZVAL). (Stas)
+- Date:
+ . Fixed bug #63740 (strtotime seems to use both sunday and monday as start of
+ week). (Derick)
+
- GD:
. Fixed bug #66387 (Stack overflow with imagefilltoborder). (CVE-2015-8874)
(cmb)
@@ -127,8 +131,6 @@ PHP NEWS
(Michael Sierks)
- Date:
- . Fixed bug #63740 (strtotime seems to use both sunday and monday as start of
- week). (Derick)
. Fixed bug #71889 (DateInterval::format Segmentation fault). (Thomas Punt)
- EXIF: