From d1d99bb9528b5a7ca62b74e60314288602cbd5a0 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 24 Nov 2010 16:33:47 +0100 Subject: check for spl_autoload_register() in install.php See http://forum.dokuwiki.org/post/22120 --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.php') 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'; -- cgit v1.2.3