follow up r61352 forgot to add the new global.
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 22 Jan 2010 04:55:51 +0000 (04:55 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 22 Jan 2010 04:55:51 +0000 (04:55 +0000)
includes/DefaultSettings.php

index 450d69b..c67bd26 100644 (file)
@@ -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
  */