We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7065a22 commit 5e9af0dCopy full SHA for 5e9af0d
NEWS
@@ -2,6 +2,13 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.2.0RC1
4
5
+- CLI:
6
+ . Implement built-in web server responding without body to HEAD requst on
7
+ a static resource. (Vedran Miletic, Marin Martuslovic)
8
+ . Implement built-in web server responding with HTTP status 405 to
9
+ DELETE/PUT/PATCH request on a static resource.
10
+ (Vedran Miletic, Marin Martuslovic)
11
+
12
- Core:
13
. Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
14
(Tim Starling)
0 commit comments