* (bug 30041) Fix memcached validation in installer to accept resolvable hostnames
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 22 Sep 2011 00:11:03 +0000 (00:11 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 22 Sep 2011 00:11:03 +0000 (00:11 +0000)
commitee8b63310b11a1b0bdf94b0ee2732926aedb3a97
treec18e81efcfd7c7899271e581db388176d9aa5789
parent4068bb0e851874f91fa3187d4a6f167bed952f70
* (bug 30041) Fix memcached validation in installer to accept resolvable hostnames

'localhost:11211' was rejected because 'localhost' isn't an IP address... however it's a perfectly legit host to connect to. :)

Followup to r82687 which introduced the IP address check.
includes/installer/WebInstallerPage.php