Replies: 2 comments 4 replies
-
This is odd. I checked the code and that method was introduced with 5.1 and has not changed since then. Can you try setting the |
Beta Was this translation helpful? Give feedback.
4 replies
-
@baohanddd This has been resolved in #16520 Thanks to @sinbadxiii |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered a problem after upgrading from 5.1.4 to 5.4.0 on PHP 7.4. I am unable to retrieve PUT data, which is always empty, but reverting back to version 5.1.4 resolves the issue. Currently, the project is using the ContentType application/x-www-form-urlencoded.
The Result:
I looked into the code for both 5.1.4 and 5.4.0 and found the issue seems to be with the getPatchPut() function.
getPatchPut in 5.4.0:
I'm not sure if version 5.4.0 no longer supports application/x-www-form-urlencoded, or is there a way to make PUT work under x-www-form-urlencoded?
Beta Was this translation helpful? Give feedback.
All reactions