summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-07-04 11:05:49 +0200
committerAnatol Belski <ab@php.net>2016-07-04 11:05:49 +0200
commita4a34c2c0b5974bcc16ce74671dbb7ecbe20bd36 (patch)
treeaf48fabc45dda64fdcf4b03a40e33f95a2661f1b
parent60fc27f912f2ef3a8ca6dbcae8f77dcf3ff2ed2a (diff)
downloadphp-git-a4a34c2c0b5974bcc16ce74671dbb7ecbe20bd36.tar.gz
add missing NEWS entry
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 90df495213..d765242b71 100644
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,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)
+
- FPM:
. Fixed bug #72308 (fastcgi_finish_request and logging environment
variables). (Laruence)