diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-04-07 11:47:41 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-04-07 11:47:41 -0700 |
commit | 0a820853f3a80ea553e4e7355e1ddb345ab542f5 (patch) | |
tree | 796cff52019d6b6f3700a207064dda839eb0af29 | |
parent | 9ffcf59001805784c8154849511471828bbf6060 (diff) | |
parent | ab38a3220676a13042d13f3784fc517c5f6f66e4 (diff) | |
download | rpg-0a820853f3a80ea553e4e7355e1ddb345ab542f5.tar.gz rpg-0a820853f3a80ea553e4e7355e1ddb345ab542f5.tar.bz2 |
Merge pull request #206 from lupo49/master
install.php: Add pack() to required functions (FS#2761)
-rw-r--r-- | install.php | 2 |
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'; |