r52328 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52327‎ | r52328 | r52329 >
Date:22:27, 23 June 2009
Author:brion
Status:ok
Tags:
Comment:
Add some more doc comment for $wgHTTPProxy
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3419,7 +3419,15 @@
34203420 $wgHTTPTimeout = 3;
34213421
34223422 /**
3423 - * Proxy to use for CURL requests.
 3423+ * Servers placed behind an internal firewall may need an HTTP proxy
 3424+ * to reach external resources such as remote image repositories and
 3425+ * spam blacklist updates.
 3426+ *
 3427+ * If set, this HTTP proxy setting will be used for CURL requests.
 3428+ * Currently this setting has no effect if CURL is unavailable.
 3429+ *
 3430+ * Include the IP or hostname and port number of the proxy,
 3431+ * something like "proxy-address.example.com:8080"
34243432 */
34253433 $wgHTTPProxy = false;
34263434

Status & tagging log