PHP 7.0.x ���õĹ���

PHP4 ���Ĺ��캯��

PHP4 ���Ĺ��캯����������������һ�����������ã����ڽ����Ƴ��� ��������н�ʹ���� PHP4 ���Ĺ��캯����PHP7 ����� E_DEPRECATED ���档 ����������� __construct() ��������Ӱ�졣

<?php
class foo {
    function 
foo() {
        echo 
'I am the constructor';
    }
}
?>

�������̻������

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; foo has a deprecated constructor in example.php on line 3

��̬���÷Ǿ�̬�ķ���

������ ��̬��Static�� ����δ������ static �ķ�����δ�����ܻ᳹���Ƴ��ù��ܡ�

<?php
class foo {
    function 
bar() {
        echo 
'I am not static!';
    }
}

foo::bar();
?>

�������̻������

Deprecated: Non-static method foo::bar() should not be called statically in - on line 8
I am not static!

password_hash() ��ֵѡ��

������ password_hash() �����е���ֵѡ���ֹ�����������Լ�����ֵ��ͨ��������ȫ���� �����߲�����ֵʱ���ú����Լ�����������ѧ��ȫ����ֵ��������ޱ�Ҫ�����Լ��Զ������ֵ��

capture_session_meta SSL ������ѡ��

������ capture_session_meta �ڵ� SSL ������ѡ� ���ڿ���ͨ�� stream_get_meta_data() ��ȡ SSL Ԫ���ݣ�metadata����

LDAP �еķ���

���º����ѱ�������