summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorlupo49 <dokuwiki@lupo49.de>2013-03-31 20:44:06 +0200
committerlupo49 <dokuwiki@lupo49.de>2013-03-31 20:44:06 +0200
commitab38a3220676a13042d13f3784fc517c5f6f66e4 (patch)
treecbfec8153802cace1be2ef965bc8d0466373f7f6 /install.php
parent8f989436768f021725a023c5ae7efae150586d0c (diff)
downloadrpg-ab38a3220676a13042d13f3784fc517c5f6f66e4.tar.gz
rpg-ab38a3220676a13042d13f3784fc517c5f6f66e4.tar.bz2
install.php: Added pack() to required DokuWiki PHP functions (FS#2761)
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 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';