r84974 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84973‎ | r84974 | r84975 >
Date:18:47, 29 March 2011
Author:demon
Status:ok
Tags:
Comment:
Place a warning about Postgres, since we haven't quite ironed out the final problems
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -234,7 +234,7 @@
235235
236236 If you do not see the database system you are trying to use listed below, then follow the instructions linked above to enable support.',
237237 '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])',
238 - '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])',
 238+ '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.',
239239 '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)',
240240 '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])',
241241 'config-header-mysql' => 'MySQL settings',

Status & tagging log