Markdown: Remove usage of $HTTP_RAW_POST_DATA #9818
Labels
[Feature] Markdown
[Type] Bug
When a feature is broken and / or not performing as intended
[Type] Good First Bug
Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead
is the final issue left to resolve #4346, which itself is the final step to resolve.I'm opening this as a separate issue so we can close out 4346 to focus on the last actionable item from that conversation.
The only usage is all within one function within /modules/markdown/easy-markdown.php.
The text was updated successfully, but these errors were encountered: