Suppress warnings around parse_url call
authorReedy <reedy@wikimedia.org>
Sat, 28 Jul 2012 18:50:34 +0000 (19:50 +0100)
committerReedy <reedy@wikimedia.org>
Sat, 28 Jul 2012 18:50:34 +0000 (19:50 +0100)
commitc61744b0d8f0fb654dacbaed8f4b31adc6d346c3
tree51d64a929fc02e92a674ce2690207a78e885119e
parented1e60cb81f033d8c87bf2e920a3e4bf34c996d6
Suppress warnings around parse_url call

From the docs:
On seriously malformed URLs, parse_url may return false and emit a E_WARNING

We're already checking for false, but we can get spammed with E_WARNING..

Change-Id: I44a9ef2b163e64113bd2a30b081c1256ffeada1e
includes/WebRequest.php