I'm getting this error on a POST request w/ PHP 5.6.30
Fatal error: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead.
I set the value using the .user.ini file, and when I run phpinfo() it's showing the local value has changed to -1 and the master value is still set at 0, but the error is still there :(
Is this expected behavior? Is there any way to have Fat-Free recognize the local values set by the .user.ini file vs the master php.ini file since I can't change that?