Throw exception if php-curl is missing
authorMoritz Schubotz (physikerwelt) <wiki@physikerwelt.de>
Fri, 2 Feb 2018 15:37:00 +0000 (16:37 +0100)
committerMoritz Schubotz (physikerwelt) <wiki@physikerwelt.de>
Fri, 2 Feb 2018 16:21:43 +0000 (17:21 +0100)
commit708875ab329eca4537d47441571b46762d36393c
treea41dfc6f5089cc44b96592aef6a49a3171d3afa3
parent801c6810a741cffed1174267958bd3426fd1d191
Throw exception if php-curl is missing

Currently MediaWiki just dies silently, if the php
curl extension is missing.

Throw an exception instead that redirects the admin to the appropriate help page.

Change-Id: I25edfcb34ee5451a742cac6ae099019a16f6c417
includes/libs/MultiHttpClient.php