Skip to content

Commit

Permalink
let installer check for functions needed in HTTPClient FS#2505
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed May 4, 2012
1 parent ca53ac9 commit f774b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit f774b92

Please sign in to comment.