summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-05-02 14:53:32 +0200
committerAnatol Belski <ab@php.net>2017-05-02 14:53:32 +0200
commit622dc2a611257c6815d167248293d4e621810b46 (patch)
tree8ebcf827fed1b5acec09a70026ec085589e3619a
parentc0c08719117ee6116073a2c65a6840213403e65b (diff)
downloadphp-git-622dc2a611257c6815d167248293d4e621810b46.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3edde50937..df84b1cb32 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ PHP NEWS
- intl:
. Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa)
+- phar:
+ . Fixed bug #51918 (Phar::webPhar() does not handle requests sent through PUT
+ and DELETE method). (Christian Weiske)
+
- Standard:
. Fixed bug #74510 (win32/sendmail.c anchors CC header but not BCC).
(Damian Wadley, Anatol)