summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-05-04 17:27:43 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-05-04 17:27:43 +0200
commitf774b92a94947b3eabd64919b6b4ba74f9c4b5fd (patch)
treec4178f2b319e4acaae700f16aa0000d3e723ee5f /install.php
parentca53ac989366b6c0519b74dc7152cb5e68c6bbad (diff)
downloadrpg-f774b92a94947b3eabd64919b6b4ba74f9c4b5fd.tar.gz
rpg-f774b92a94947b3eabd64919b6b4ba74f9c4b5fd.tar.bz2
let installer check for functions needed in HTTPClient FS#2505
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 61db2be9f..bd43c6f99 100644
--- a/install.php
+++ b/install.php
@@ -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';