diff --git a/deprecated/functionsList.php b/deprecated/functionsList.php index e2088910..67cd77f8 100644 --- a/deprecated/functionsList.php +++ b/deprecated/functionsList.php @@ -66,6 +66,7 @@ 'stats_stat_correlation', 'stats_stat_innerproduct', 'stats_variance', + 'sleep', 'substr', 'usort', 'vsprintf', diff --git a/deprecated/misc.php b/deprecated/misc.php new file mode 100644 index 00000000..e99baa0e --- /dev/null +++ b/deprecated/misc.php @@ -0,0 +1,29 @@ + 'Safe\simplexml_import_dom', 'simplexml_load_file' => 'Safe\simplexml_load_file', 'simplexml_load_string' => 'Safe\simplexml_load_string', - 'sleep' => 'Safe\sleep', 'socket_accept' => 'Safe\socket_accept', 'socket_addrinfo_bind' => 'Safe\socket_addrinfo_bind', 'socket_addrinfo_connect' => 'Safe\socket_addrinfo_connect',