Kevin,

I know PHP can handle PUT, DELETE and other requests as well. They're just
not handled the same way as POST and GET. Requests + the body of the request
are always put into the PHP:// stream (like php://input).

The question is will Zend Framework support these type of requests? If you
look into the REST server implementation, those request types aren't
supported. Therefore the Zend Server_Rest implementation isn't a
full-fledged REST implementation.
-- 
View this message in context: 
http://www.nabble.com/Cleanup-Zend_Request-tf3424362s16154.html#a9568055
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to