summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Strojny <lstrojny@php.net>2012-09-18 22:16:51 +0200
committerLars Strojny <lstrojny@php.net>2012-09-18 22:16:51 +0200
commitaa133ea2821787c0cf4ac8750ddd22341752f135 (patch)
tree7351c6f7b359cfd8eccfb3bb778f452c1b664ba7 /NEWS
parent1e1db9d9bb8dffc9421d8d8ac0eeafcf33389d26 (diff)
downloadphp-git-aa133ea2821787c0cf4ac8750ddd22341752f135.tar.gz
Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 339d6814c0..e769b356a6 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ PHP NEWS
- CLI server:
. Changed response to unknown HTTP method to 501 according to RFC.
(Niklas Lindgren).
+ . Support HTTP PATCH method. Patch by Niklas Lindgren, GitHub PR #190.
+ (Lars)
- Core:
. Added optional second argument for assert() to specify custom message. Patch