Actions
Bug #71568
closedalways_populate_raw_post_data=
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-11-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
PHP7
Complexity:
Is Regression:
No
Sprint Focus:
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.
Actions