Use wfParseUrl() instead of parse_url() in interwiki search code: the latter can...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 15:56:59 +0000 (15:56 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 19 Aug 2011 15:56:59 +0000 (15:56 +0000)
commit92ff782a999dd4cc7701845df14fd841f65b3964
treeb2e355cc491a291e2c9c16f7c26f42dafab5a287
parentd8a27337570dc22d138ddbc3ac9a3dee6880c96e
Use wfParseUrl() instead of parse_url() in interwiki search code: the latter can throw PHP warnings and is totally broken for protocol-relative URLs. Also remove the last usage in core of key_exists(), a deprecated alias for array_key_exists()
includes/specials/SpecialSearch.php