From d433c39fdc44f9d1b0256469872e80d594817930 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 13 May 2010 09:32:37 +0000 Subject: [PATCH] 2010-05-13 Miguel de Dios * 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 --- pandora_console/ChangeLog | 5 +++++ pandora_console/install.php | 1 + 2 files changed, 6 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 289a1f34b0..3da955fa0f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-05-13 Miguel de Dios + + * install.php: check the exit library "Multibyte String". + Fixes: #3001028 + 2010-05-12 Sergio Martin * include/functions_reporting.php: Fixed unknown diff --git a/pandora_console/install.php b/pandora_console/install.php index af2177cf16..55c56a5259 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -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");