2011-02-24 Sergio Martin <sergio.martin@artica.es>

* install.php: Remove the cheching dependences
	of PEAR DB and PEAR XML_RPC.

	* ChangeLog: Added a missing information of 
	languages commit



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4018 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2011-02-24 11:25:32 +00:00
parent a8872cfea6
commit 170fb63d3c
2 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,19 @@
2011-02-24 Sergio Martin <sergio.martin@artica.es>
* install.php: Remove the cheching dependences
of PEAR DB and PEAR XML_RPC.
* ChangeLog: Added a missing information of
languages commit
2011-02-23 Sergio Martin <sergio.martin@artica.es>
* include/languages/es.po
include/languages/es.mo
include/languages/ja.po
include/languages/ja.mo: Added seven latest strings
form launchpad
2011-02-24 Miguel de Dios <miguel.dedios@artica.es>
* include/db/postgresql.php, include/db/mysql.php,include/functions_db.php:

View File

@ -305,9 +305,6 @@ function install_step2() {
$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");
$res += check_extension("curl","CURL (Client URL Library)");
if (PHP_OS == "FreeBSD") {
$res += check_exists ("/usr/local/bin/twopi","Graphviz Binary");