summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCraig Duncan <git@duncanc.co.uk>2017-04-03 12:31:26 +0100
committerNikita Popov <nikita.ppv@gmail.com>2017-04-09 13:14:40 +0200
commitba6561d3cc5ef8c2d5a698622586e7aa28e76f5a (patch)
tree0f2668837ce47d0e1cf9bb45ed994ad858e9b4d5 /NEWS
parent948ad747d7fa3894fa3ff13cfa4436e0cf442096 (diff)
downloadphp-git-ba6561d3cc5ef8c2d5a698622586e7aa28e76f5a.tar.gz
Fixed bug #72071: Prevent Max-Age from being negative
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eff9bb0271..e68c7fb368 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ PHP NEWS
seconds). (Moritz Fain)
. Add OpenSSL 1.1.0 support. (Jakub Zelenka)
+- Standard:
+ . Fixed bug #72071 (setcookie allows max-age to be negative). (Craig Duncan)
+
13 Apr 2017 PHP 7.0.18
- Core: