summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorTim Roes <mail@timroes.de>2012-05-07 17:08:35 +0200
committerTim Roes <mail@timroes.de>2012-05-07 17:08:35 +0200
commitefa78c8638547cab77a37006e7f86aed792a1609 (patch)
tree492804d80b28f8e32785b3648d9e03e77804b50f /install.php
parentae992f53831c105d6deacfef79d7723b22a00033 (diff)
parentf774b92a94947b3eabd64919b6b4ba74f9c4b5fd (diff)
downloadrpg-efa78c8638547cab77a37006e7f86aed792a1609.tar.gz
rpg-efa78c8638547cab77a37006e7f86aed792a1609.tar.bz2
Merge branch 'master' of https://github.com/splitbrain/dokuwiki
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';