Deprecated features in PHP 5.6.xCalls from incompatible context
Methods called from an incompatible context are now deprecated, and will
generate An example of such a call is:
<?php The above example will output: Deprecated: Non-static method A::f() should not be called statically, assuming $this from incompatible context in - on line 7 B $HTTP_RAW_POST_DATA and always_populate_raw_post_data
always_populate_raw_post_data
will now generate an iconv and mbstring encoding settings
The iconv and
mbstring configuration options related
to encoding have been deprecated in favour of
|