2014-10-15 0:56 GMT+03:00 Zeev Suraski <z...@zend.com>:

> PHP today to enable successful & easy implementation of RESTful interfaces.

No, now PHP not successful & not easy implementation of RESTful interfaces.

Try to send a parameter in the body, by PUT method, for reading
parameters have to use an ugly way file_get_contents(‘php://input')

But yet worst, you can not do upload files and send parameters because
- php://input is not available with enctype="multipart/form-data"

Main objective is to get the parameters of the request body in Global
change, as name this variable, is not so important.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to