summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2010-11-24 16:33:47 +0100
committerAndreas Gohr <gohr@cosmocode.de>2010-11-24 16:33:47 +0100
commitd1d99bb9528b5a7ca62b74e60314288602cbd5a0 (patch)
tree71a4efe83a5ced007c035b6cf43aeaec6e8cd0c3 /install.php
parent98214867894eba512bf47cba3439ccba3968f49b (diff)
downloadrpg-d1d99bb9528b5a7ca62b74e60314288602cbd5a0.tar.gz
rpg-d1d99bb9528b5a7ca62b74e60314288602cbd5a0.tar.bz2
check for spl_autoload_register() in install.php
See http://forum.dokuwiki.org/post/22120
Diffstat (limited to 'install.php')
-rw-r--r--install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.php b/install.php
index ef3c848a9..9b852977f 100644
--- a/install.php
+++ b/install.php
@@ -460,7 +460,8 @@ function check_functions(){
'glob header ignore_user_abort ini_get mail mkdir '.
'ob_start opendir parse_ini_file readfile realpath '.
'rename rmdir serialize session_start unlink usleep '.
- 'preg_replace file_get_contents htmlspecialchars_decode');
+ 'preg_replace file_get_contents htmlspecialchars_decode '.
+ 'spl_autoload_register');
if (!function_exists('mb_substr')) {
$funcs[] = 'utf8_encode';