List some features of PHP that are deprecated in PHP

devquora
devquora

Posted On: Apr 15, 2024

 

There are few functions that have been deprecated in PHP7. They are-

  • PHP4 style constructors are deprecated. The methods that have the same name as that of their class will be disapproved.
  • Password()hash functions have been disapproved in PHP7.
  • Capture_session_meta SS has been deprecated.
  • Ldap_sort() is also deprecated.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    PHP 7 Interview Questions

    What new features PHP7 has in store for us?

    What new features PHP7 has in store for us?..