Edit report at https://bugs.php.net/bug.php?id=51918&edit=1
ID: 51918 Updated by: bj...@php.net Reported by: max dot romanovsky at gmail dot com Summary: Phar::webPhar() does not handle requests sent through PUT and DELETE method Status: Open Type: Feature/Change Request Package: PHAR related Operating System: FreeBSD PHP Version: 5.3.2 Block user comment: N Private report: N New Comment: It seems quite intentional. It only supports GET and POST, not PUT, DELETE, HEAD, ... Previous Comments: ------------------------------------------------------------------------ [2010-05-26 10:40:16] max dot romanovsky at gmail dot com Description: ------------ Phar::webPhar() does not handle requests sent through PUT and DELETE request method. Test script: --------------- PUT /REST/foo HTTP/1.1 host: example.com Content-Length: 2 12 HTTP/1.1 200 OK Server: nginx/0.8.36 Date: Tue, 25 May 2010 14:01:42 GMT Content-Type: text/html; charset=utf-8 Transfer-Encoding: chunked Connection: keep-alive X-Powered-By: PHP/5.3.2 0 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=51918&edit=1