2010-05-13 Miguel de Dios <miguel.dedios@artica.es>
* install.php: check the exit library "Multibyte String". Fixes: #3001028 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2712 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9a2d5edbbb
commit
d433c39fdc
|
@ -1,3 +1,8 @@
|
|||
2010-05-13 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* install.php: check the exit library "Multibyte String".
|
||||
Fixes: #3001028
|
||||
|
||||
2010-05-12 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_reporting.php: Fixed unknown
|
||||
|
|
|
@ -304,6 +304,7 @@ function install_step2() {
|
|||
$res += check_extension("snmp","PHP SNMP extension");
|
||||
$res += check_extension("session","PHP session extension");
|
||||
$res += check_extension("gettext","PHP gettext extension");
|
||||
$res += check_extension("mbstring","PHP Multibyte String");
|
||||
$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");
|
||||
|
|
Loading…
Reference in New Issue