Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3698,6 +3698,14 @@ |
3699 | 3699 | $wgAllowSpecialInclusion = true; |
3700 | 3700 | |
3701 | 3701 | /** |
| 3702 | + * 'curl' to use curl or 'php' to use pure php (for which |
| 3703 | + * allow_url_fopen needs to be enabled). If left as false, |
| 3704 | + * HttpFunctions will attempt to use curl if it is available. The use |
| 3705 | + * of curl is strongly encouraged. |
| 3706 | + */ |
| 3707 | +$wgHTTPEngine = false; |
| 3708 | + |
| 3709 | +/** |
3702 | 3710 | * Timeout for HTTP requests done internally |
3703 | 3711 | */ |
3704 | 3712 | $wgHTTPTimeout = 25; |