summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-24 23:16:21 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-24 23:16:21 +0200
commita8d38674b1d75de54bb1d3d1436da759ef8e64d7 (patch)
tree2f025a039b363bc96a9eb634401a26e234a96687
parent405f8b5c91fe8431fdd2547ce9b7ffb9662e848a (diff)
downloadphp-git-a8d38674b1d75de54bb1d3d1436da759ef8e64d7.tar.gz
updated NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8f9a98414b..0e5d9e5997 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ PHP NEWS
. Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't
working). (Laruence)
. Fixed bug #70295 (Segmentation fault with setrawcookie). (Bob)
+ . Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)
- Reflection:
. Fixed bug causing bogus traces for ReflectionGenerator::getTrace(). (Bob)