r69003 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69002‎ | r69003 | r69004 >
Date:15:03, 4 July 2010
Author:avar
Status:ok
Tags:
Comment:
new-installer: Don't use some made-up $host:$ip for memcached in an example, but 127.0.0.1:11211 which is the default
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -408,7 +408,7 @@
409409 'config-cache-memcached' => 'Use Memcached (requires additional setup and configuration)',
410410 'config-memcached-servers' => 'Memcached servers:',
411411 'config-memcached-help' => 'List of IP addresses to use for Memcached.
412 -Should be separated with commas and specify the port to be used (for example: 1.2.3.4:56, 7.8.9.10:11).',
 412+Should be separated with commas and specify the port to be used (for example: 127.0.0.1:11211, 192.168.1.25:11211).',
413413 'config-extensions' => 'Extensions',
414414 'config-extensions-help' => 'The extensions listed above were detected in your <code>./extensions</code> directory.
415415

Status & tagging log