From f97f53cab940f1fd5ae65d0e4de89f11f624eb4c Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 22 Jan 2010 04:55:51 +0000 Subject: [PATCH] follow up r61352 forgot to add the new global. --- includes/DefaultSettings.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 450d69bf40..c67bd26749 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3697,6 +3697,14 @@ $wgTrustedMediaFormats= array( */ $wgAllowSpecialInclusion = true; +/** + * 'curl' to use curl or 'php' to use pure php (for which + * allow_url_fopen needs to be enabled). If left as false, + * HttpFunctions will attempt to use curl if it is available. The use + * of curl is strongly encouraged. + */ +$wgHTTPEngine = false; + /** * Timeout for HTTP requests done internally */ -- 2.20.1