2014-10-14 18:31 GMT+03:00 Mike Dugan <m...@mjdugan.com>: > The entire point of this debate is that $_GET are passed through the URL and > not necessarily indicative of a GET (HTTP) action. You could just as easily > POST data to a URL with parameters, so although you would access those URL > params via $_GET, the HTTP request itself isn’t a GET request. If you pass > state data through the URL, there’s no mandate that you're GETting anything, > rather you’re accessing the query string that’s appended to the URL > regardless of the HTTP action. >
The main problem that we must solve - getting data as ассоц array, from body request when request method PUT, DELETE,... Now file_get_contents(‘php://input') but php://input is not available with enctype="multipart/form-data" Need to make access to these data, in global variables for all HTTP request methods. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php