Index: parsers.php
===================================================================
--- parsers.php	(revision 718604)
+++ parsers.php	(working copy)
@@ -401,14 +401,14 @@
 	var $terms = array();
 	var $base_url = '';
 
+	function __construct() {
+		$this->has_gzip = is_callable( 'gzopen' );
+	}
+
 	function WXR_Parser_Regex() {
 		$this->__construct();
 	}
 
-	function __construct() {
-		$this->has_gzip = is_callable( 'gzopen' );
-	}
-
 	function parse( $file ) {
 		$wxr_version = $in_post = false;
 
Index: wordpress-importer.php
===================================================================
--- wordpress-importer.php	(revision 718604)
+++ wordpress-importer.php	(working copy)
@@ -1107,7 +1107,7 @@
 	 * Added to http_request_timeout filter to force timeout at 60 seconds during import
 	 * @return int 60
 	 */
-	function bump_request_timeout() {
+	function bump_request_timeout( $val ) {
 		return 60;
 	}
 
