diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8494a0fb74..61dce02e14 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-07-08 Miguel de Dios + + * install.php: added to check zip library for the filemanager. + 2010-07-08 Miguel de Dios * include/functions_filemanager.php: added in source code lines to test diff --git a/pandora_console/install.php b/pandora_console/install.php index 5effae6319..a483e25df1 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -304,6 +304,7 @@ function install_step2() { $res += check_extension("session","PHP session extension"); $res += check_extension("gettext","PHP gettext extension"); $res += check_extension("mbstring","PHP Multibyte String"); + $res += check_extension("zip","PHP Zip"); $res += check_include("PEAR.php","PEAR PHP Library"); $res += check_include("DB.php","PEAR:DB PHP Library"); $res += check_include("XML/RPC.php","PEAR::XML_RPC PHP Library");