Page MenuHomeDevCentral

Disable PHP always_populate_raw_post_data
Closed, ResolvedPublic

Description

Phabricator last update:

The "always_populate_raw_post_data" key is set to some value other than "-1" in your PHP configuration. This can cause PHP to raise deprecation warnings during process startup. Set this option to "-1" to prevent these warnings from appearing.

Event Timeline

dereckson updated the task description. (Show Details)
dereckson added a project: User-Dereckson.
dereckson removed a subscriber: User-Dereckson.

Notifications center uses the raw post data, through Symfony Request object's getContent method.

This method uses file_get_contents('php://input'); and not raw_post_data array, so it's fine to modify directly php fpm image.

dereckson triaged this task as Normal priority.
dereckson moved this task from Backlog to Config on the DevCentral board.
dereckson moved this task from Backlog to Pending review on the Docker images board.