r76556 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76555‎ | r76556 | r76557 >
Date:01:00, 12 November 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Fixed curlopt setting for proxytype
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php
@@ -163,7 +163,7 @@
164164 // set proxy settings if necessary
165165 if ( RECAPTCHA_USE_HTTP_PROXY ) {
166166 wfDebugLog( 'payflowpro_gateway', 'Using http proxy ' . RECAPTCHA_HTTP_PROXY );
167 - curl_setopt( $ch, CURLPROXY_HTTP );
 167+ curl_setopt( $ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP );
168168 curl_setopt( $ch, CURLOPT_PROXY, RECAPTCHA_HTTP_PROXY );
169169 }
170170

Follow-up revisions

RevisionCommit summaryAuthorDate
r76557Merging from r76509 through r76556 of trunkawjrichards01:04, 12 November 2010

Status & tagging log