1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00

[ci skip] Fix typo (requst → request)

Closes GH-9443.
This commit is contained in:
Markus Staab
2022-08-28 14:41:44 +02:00
committed by Christoph M. Becker
parent 5e9af0d0b0
commit 386a044748

2
NEWS
View File

@@ -3,7 +3,7 @@ PHP NEWS
?? ??? ????, PHP 8.2.0RC1
- CLI:
. Implement built-in web server responding without body to HEAD requst on
. Implement built-in web server responding without body to HEAD request on
a static resource. (Vedran Miletic, Marin Martuslovic)
. Implement built-in web server responding with HTTP status 405 to
DELETE/PUT/PATCH request on a static resource.