Back out r42188 for now "* Disable this entirely unless curl is available so we don...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 20 Oct 2008 00:16:29 +0000 (00:16 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 20 Oct 2008 00:16:29 +0000 (00:16 +0000)
commit7d650e5bcfca45b3a17e51d7bb2720c9969254e7
treecb6cdcf8d64b7782605a380626e752b71fe7ad42
parent90e12d48c74b71f3e9f2708ab82d5b7a4b9f724f
Back out r42188 for now "* Disable this entirely unless curl is available so we don't blow up. Needs a-fixin
* Move the curl calls to http::request() so we can at least start to make this work for the file_get_contents() fallback"

Sticking CURL-specific options in the Http::get call seems unwise as that ties you to a specific backend, assuming Http::get won't change. Further, it seems that if it does use the backend, it just plain won't work -- the returned data will be thrown away instead of saved to the target file.
includes/UploadFromUrl.php