Bug #71568
closedalways_populate_raw_post_data=
0%
Description
Warning in Install Tool
--
PHP always_populate_raw_post_data is deprecated
always_populate_raw_post_data=
PHP is configured to automatically populate $HTTP_RAW_POST_DATA.
Warning: Expect fatal errors in central parts of the CMS if the value is not changed to:
always_populate_raw_post_data=-1
--
always_populate_raw_post_data switch is not available in PHP 7. Setting this value is impossible, resulting in numerous error and odd behaviour.
Updated by Wouter Wolters about 9 years ago
- Status changed from New to Needs Feedback
Which exact PHP7 version are you on? There is a check in the code that should show you the message: "PHP always_populate_raw_post_data is removed as of PHP 7.0 or newer"
Updated by Benni Mack about 9 years ago
This problem will be resolved automatically once 7.0.0 is out (= in 13 days). We check for "7.0.0" and not "7.0.0rc6". I have the same issue and reproduced and fixed it but tended to not fix it due to the really small relevance for the time being.
Updated by Frank Buijze about 9 years ago
OK, that explains. I will wait till PHP 7 is released.
Updated by Marcus Schwemer almost 9 years ago
Just upgraded my homebrew php version to 7.0.0 ... the error message is gone.
This ticket can IMHO be closed.
Updated by Alexander Opitz almost 9 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
7 LTS)
Closing as duplicate of #71959 .