From f52cadee52d8dfacb1b6ba7f9a58b2515dd073b7 Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 25 Jan 2013 12:16:12 +0100 Subject: [PATCH] Add link to the php manual to the IBM DB2 installer entry. Change-Id: I67c4c68c1595219fa93a48e36f7ea57e141b0b8f --- includes/installer/Installer.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1