PHP 7?? ? ?? ???? ?? ??
PHP4 ??? ???
PHP4??? ???? ??? ??? ??? ??? ??? ?? ? ????. ? ??? PHP7?? ?????? E_DEPRECATED ??? ?????. ??? ??? ??? ??? ???? ???? ??????? ??? PHP5 ???(__construct)? ??? E_DEPRECATED ??? ?????.
Instance
<?php class A { function A() { print('Style Constructor'); } } ?>?? ???? ?? ?? ??? ??? ????.
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; A has a deprecated constructor in...
?? ???? ??? ??? ??
?? ???? ??? ??? ??, ? ?? ???? ??:
Instance
<?php class A { function b() { print('Non-static call'); } } A::b(); ?>
? ????? ?? ?? ??? ??? ????.
Deprecated: Non-static method A::b() should not be called statically in... Non-static call
password_hash() ?? ?? ??
??? ?? ?? ?? ? ?? ???? ??? ??? ????. ? ???? ????? ?? ??? ???? ???? ?? ?? ??? ??? ????.
capture_session_meta SSL ???? ??
"capture_session_meta" SSL ???? ??? ? ?? ???? ????. ??? ????? ???? ??? ?? ?????? stream_get_meta_data()? ?? ?? ?? ???? ? ????.