Add link to the php manual to the IBM DB2 installer entry.
authorPlatonides <platonides@gmail.com>
Fri, 25 Jan 2013 11:16:12 +0000 (12:16 +0100)
committerPlatonides <platonides@gmail.com>
Fri, 25 Jan 2013 11:16:12 +0000 (12:16 +0100)
Change-Id: I67c4c68c1595219fa93a48e36f7ea57e141b0b8f

includes/installer/Installer.i18n.php

index 98fff92..a272cfa 100644 (file)
@@ -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',