From ab38a3220676a13042d13f3784fc517c5f6f66e4 Mon Sep 17 00:00:00 2001 From: lupo49 Date: Sun, 31 Mar 2013 20:44:06 +0200 Subject: install.php: Added pack() to required DokuWiki PHP functions (FS#2761) --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 330a47d52..33f3406a3 100644 --- a/install.php +++ b/install.php @@ -529,7 +529,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 stream_select fsockopen'); + 'spl_autoload_register stream_select fsockopen pack'); if (!function_exists('mb_substr')) { $funcs[] = 'utf8_encode'; -- cgit v1.2.3