From: Platonides Date: Fri, 25 Jan 2013 11:16:12 +0000 (+0100) Subject: Add link to the php manual to the IBM DB2 installer entry. X-Git-Tag: 1.31.0-rc.0~20923^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=f52cadee52d8dfacb1b6ba7f9a58b2515dd073b7;p=lhc%2Fweb%2Fwiklou.git Add link to the php manual to the IBM DB2 installer entry. Change-Id: I67c4c68c1595219fa93a48e36f7ea57e141b0b8f --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 98fff92930..a272cfa187 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -249,7 +249,7 @@ If you do not see the database system you are trying to use listed below, then f 'config-support-postgres' => '* $1 is a popular open source database system as an alternative to MySQL ([http://www.php.net/manual/en/pgsql.installation.php how to compile PHP with PostgreSQL support]). There may be some minor outstanding bugs, and it is not recommended for use in a production environment.', 'config-support-sqlite' => '* $1 is a lightweight database system which is very well supported. ([http://www.php.net/manual/en/pdo.installation.php How to compile PHP with SQLite support], uses PDO)', 'config-support-oracle' => '* $1 is a commercial enterprise database. ([http://www.php.net/manual/en/oci8.installation.php How to compile PHP with OCI8 support])', - 'config-support-ibm_db2' => '* $1 is a commercial enterprise database.', + 'config-support-ibm_db2' => '* $1 is a commercial enterprise database. ([http://www.php.net/manual/en/ibm-db2.installation.php How to compile PHP with IBM DB2 support])', 'config-header-mysql' => 'MySQL settings', 'config-header-postgres' => 'PostgreSQL settings', 'config-header-sqlite' => 'SQLite settings',