Some of the deprecated functions are listed below:
Call_user_method () (use Call_user_func () instead)
Call_user_method_array () (use Call_user_func_array () instead)
Define_syslog_variables ()
DL ()
Ereg () (use Preg_match () instead)
Ereg_replace () (use Preg_replace () instead)
Eregi () (Replace with Preg_match () with ' i ' modifier)
Eregi_replace () (Replace with preg_replace () with ' i ' modifier)
Set_magic_quotes_runtime () and its alias function Magic_quotes_runtime () (set_magic_quotes_runtime (0) Use Ini_set ("Magic_quotes_ Runtime ", 0) replacement)
Session_register () (Replace with $_session all variables)
Session_unregister () (Replace with $_session all variables)
Session_is_registered () (Replace with $_session all variables)
Set_socket_blocking () (use Stream_set_blocking () instead)
Split () (using Preg_split () instead)
Spliti () (Replace with Preg_split () with ' i ' modifier)
Sql_regcase ()
Mysql_db_query () (Use mysql_select_db () and mysql_query () overrides)
Mysql_escape_string () (use Mysql_real_escape_string () instead)
Obsolete to pass the locale name as a string. Use the Lc_* series constants instead.
The IS_DST parameter of the Mktime (). Use the new time zone handler function to replace the
Deprecated PHP functions and functions for substitution