From 6f9c5532f2e53dfda40487a0d69966a63d9c2204 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 8 Mar 2011 02:40:09 +0000 Subject: [PATCH] Last few svn property fixes --- includes/HttpFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index afcb9bc711..6d47a6beda 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -693,7 +693,7 @@ class PhpHttpRequest extends MWHttpRequest { if ( is_array( $this->postData ) ) { $this->postData = wfArrayToCGI( $this->postData ); } - + // At least on Centos 4.8 with PHP 5.1.6, using max_redirects to follow redirects // causes a segfault $manuallyRedirect = version_compare( phpversion(), '5.1.7', '<' ); -- 2.20.1