Skip to content

Commit

Permalink
Merge pull request #206 from lupo49/master
Browse files Browse the repository at this point in the history
install.php: Add pack() to required functions (FS#2761)
  • Loading branch information
splitbrain committed Apr 7, 2013
2 parents 9ffcf59 + ab38a32 commit 0a82085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Expand Up @@ -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';
Expand Down

0 comments on commit 0a82085

Please sign in to comment.