r84897 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84896‎ | r84897 | r84898 >
Date:04:43, 28 March 2011
Author:tstarling
Status:ok
Tags:
Comment:
Minor fix for r84896
Modified paths:
  • /branches/wmf/1.17wmf1/includes/objectcache/EhcacheBagOStuff.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/objectcache/EhcacheBagOStuff.php
@@ -24,7 +24,6 @@
2525 $this->timeout = isset( $params['timeout'] ) ? $params['timeout'] : 1;
2626 $this->curlOptions = array(
2727 CURLOPT_CONNECTTIMEOUT_MS => intval( $this->connectTimeout * 1000 ),
28 - CURLOPT_TIMEOUT_MS => intval( $this->timeout * 1000 ),
2928 CURLOPT_RETURNTRANSFER => 1,
3029 CURLOPT_CUSTOMREQUEST => 'GET',
3130 CURLOPT_POST => 0,

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84896Don't require recent curl, WMF doesn't have it.tstarling04:35, 28 March 2011

Status & tagging log