Skip to content
Snippets Groups Projects
Commit f774b92a authored by Andreas Gohr's avatar Andreas Gohr
Browse files

let installer check for functions needed in HTTPClient FS#2505

parent ca53ac98
No related branches found
No related tags found
No related merge requests found
......@@ -466,7 +466,7 @@ function check_functions(){
'ob_start opendir parse_ini_file readfile realpath '.
'rename rmdir serialize session_start unlink usleep '.
'preg_replace file_get_contents htmlspecialchars_decode '.
'spl_autoload_register');
'spl_autoload_register stream_select fsockopen');
if (!function_exists('mb_substr')) {
$funcs[] = 'utf8_encode';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment