r65530 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65529‎ | r65530 | r65531 >
Date:22:55, 25 April 2010
Author:werdna
Status:ok
Tags:
Comment:
MFT r65529
Modified paths:
  • /branches/wmf/1.16wmf4/includes/HttpFunctions.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/HttpFunctions.php
@@ -723,7 +723,7 @@
724724 }
725725 $this->curlOptions[CURLOPT_USERAGENT] = $this->reqHeaders['User-Agent'];
726726
727 - if ( $this->sslVerifyHost ) {
 727+ if ( isset( $this->sslVerifyHost ) ) {
728728 $this->curlOptions[CURLOPT_SSL_VERIFYHOST] = $this->sslVerifyHost;
729729 }
730730
Property changes on: branches/wmf/1.16wmf4/includes/HttpFunctions.php
___________________________________________________________________
Added: svn:mergeinfo
731731 Merged /branches/wmf-deployment/includes/HttpFunctions.php:r53381,60970
732732 Merged /branches/REL1_15/phase3/includes/HttpFunctions.php:r51646
733733 Merged /branches/sqlite/includes/HttpFunctions.php:r58211-58321
734734 Merged /trunk/phase3/includes/HttpFunctions.php:r63549,63764,63897-63901,65529

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65529HttpFunctions: Fix bug where sslVerifyHost was only added to the CURL options...werdna22:53, 25 April 2010

Status & tagging log