In PHP 5.6.x, the use of always_populate_raw_post_data leads to a deprecation error when $HTTP_RAW_POST_DATA is filled. It's advisable to employ php://input in place of $HTTP_RAW_POST_DATA, however, even support for this is set to be phased out soon.
Teadmistebaas
- 2 Kasutajad peavad seda kasulikuks