Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12737 invoked from network); 21 Feb 2009 11:07:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2009 11:07:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.251 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.132.251 an-out-0708.google.com Received: from [209.85.132.251] ([209.85.132.251:2287] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/25-62765-170EF994 for ; Sat, 21 Feb 2009 06:07:29 -0500 Received: by an-out-0708.google.com with SMTP id c2so480385anc.38 for ; Sat, 21 Feb 2009 03:07:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=BupbqwO1bCKjlBaT0vYlT/FjpS5gyNaqXypzHAqfQWY=; b=vFov+lcIQEIz8aGqO44rfgS4PZTCoVcsLSmKYGfDB0lNdoRiCQYMAZnDC8cZvgiOyE hkgoRPflnnGWRRXsKPt93s3y03KRNVReP4Y0MqdCWG21cKSPAxt2d0Gu0NYZklL5otqp jycLTwxaAqjXZwtsg4ZCbvSEgBQPULwprydWs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=GA9nR9/PGCXCzcynpWxBsEv7a3wKAz3/IiEc4F8SP3GgKhhzzLKxNr3/FXKDBHZZRF TC7QEvUYf+Az4PdFxv13q/BiY+QjrpiMfOVtzweKrlr2J1gOMLqdTM1qsp7lvTE/wuHO NLVx+Atn0NJkhgfr1sH1AaCqk1rpmsbE976CY= Received: by 10.100.133.1 with SMTP id g1mr2332996and.147.1235214446912; Sat, 21 Feb 2009 03:07:26 -0800 (PST) Received: from ?192.168.1.2? ([189.24.14.199]) by mx.google.com with ESMTPS id c40sm8069040anc.28.2009.02.21.03.07.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 21 Feb 2009 03:07:26 -0800 (PST) To: Greg Beaver Cc: PHP Developers Mailing List In-Reply-To: <499F76C6.4010601@chiaraquartet.net> References: <499F76C6.4010601@chiaraquartet.net> Content-Type: text/plain; charset=utf-8 Date: Sat, 21 Feb 2009 08:07:51 -0300 Message-ID: <1235214471.3288.0.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] phar update From: felipensp@gmail.com (Felipe Pena) Em Sex, 2009-02-20 às 21:36 -0600, Greg Beaver escreveu: > Hi, > > As PHP has the good fortune of being blessed with Scott MacVicar who > connected me with the ppc64 test machine provided by IBM and the sparc > machine provided by Sun through David Soria-Parra (thank you thank you > thank you), phar has now been verified as working in the following > configurations that were previously untested: > > 64-bit, big-endian, gcc linux > 64-bit, big-endian, suncc SunOS > > This means phar has been verified as working by me on the following > configurations: > > 32-bit, little-endian, gcc linux > 64-bit, little-endian, gcc Darwin OS X > 32-bit, little-endian, MS Windows XP > 64-bit, little-endian, gcc linux > 64-bit, big-endian, gcc linux > 64-bit, big-endian, suncc, SunOS > > When I say working, I mean 100% of non-skipped tests passing, no compile > warnings. The tests exert 80% code coverage, mostly leaving untestable > stuff like errors that are only likely to occur when the disk crashes. > Great work! :D -- Regards, Felipe Pena