From: Chad Horohoe Date: Tue, 29 Mar 2011 18:47:35 +0000 (+0000) Subject: Place a warning about Postgres, since we haven't quite ironed out the final problems X-Git-Tag: 1.31.0-rc.0~31141 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=694a67881ec66721b3cc044a5877bd7ed0aef530;p=lhc%2Fweb%2Fwiklou.git Place a warning about Postgres, since we haven't quite ironed out the final problems --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 27e768b125..290be8ea01 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -234,7 +234,7 @@ $1 If you do not see the database system you are trying to use listed below, then follow the instructions linked above to enable support.', 'config-support-mysql' => '* $1 is the primary target for MediaWiki and is best supported ([http://www.php.net/manual/en/mysql.installation.php how to compile PHP with MySQL support])', - '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])', + '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-header-mysql' => 'MySQL settings',