Is there a way to get PHP to automatically populate the $_POST superglobal array when request bodies are provided as x-www-form-urlencoded or multipart/form-data during a non-post request?
Currently, if I issue a PATCH request with a request body made up of either of the content types above, the data is never entered into a superglobal.