From f774b92a94947b3eabd64919b6b4ba74f9c4b5fd Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Fri, 4 May 2012 17:27:43 +0200
Subject: [PATCH] let installer check for functions needed in HTTPClient
 FS#2505

---
 install.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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';
-- 
GitLab