Jetpack: Markdown: Remove usage of $HTTP_RAW_POST_DATA

Created on 25 Jun 2018  路  1Comment  路  Source: Automattic/jetpack

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.

Markdown [Type] Bug [Type] Good First Bug

Most helpful comment

The only usage is all within one function within /modules/markdown/easy-markdown.php.

This seems to be fixed in here: https://github.com/Automattic/jetpack/pull/9905

Here's a comment by Igor on the specific changes relevant to this issue:
https://github.com/Automattic/jetpack/pull/9905#discussion_r203167927

I'm closing this issue for now! If I'm wrong, reopen and let me know :)

>All comments

The only usage is all within one function within /modules/markdown/easy-markdown.php.

This seems to be fixed in here: https://github.com/Automattic/jetpack/pull/9905

Here's a comment by Igor on the specific changes relevant to this issue:
https://github.com/Automattic/jetpack/pull/9905#discussion_r203167927

I'm closing this issue for now! If I'm wrong, reopen and let me know :)

Was this page helpful?
0 / 5 - 0 ratings