Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43146 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58674 invoked from network); 21 Feb 2009 15:55:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2009 15:55:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:3133] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9E/7C-62765-FE320A94 for ; Sat, 21 Feb 2009 10:55:28 -0500 Received: by fg-out-1718.google.com with SMTP id e12so1429576fga.23 for ; Sat, 21 Feb 2009 07:55:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=DSb86A3gZ8U4Uyw8FTbi4jGQLeTGGYGqui1q3jtscYQ=; b=KUjo/q6UcOz3FotKyNIEom6aMHKGkJZ+OHebPhjr9edXZrD9sEXzGC1NyL9QZAsv6F JkIZjLOiKIzur0qGupblHFKfk2yt2L/mfMb7APwO++WgkCeLhipH2QQolOMtpnfAqvHx xelDZcVuAHVfxia3JBgUNifVxS7PbO/IeEP/o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=SmErdVOl/eFZkvdPiDitdGEG2aop9hr5LlDqNuRf/aSfjqz40KgoGf4EzszMAeJtDN o3QuNiTl1V/sgkGv5relDq/mKVc2ITeDRbW+eMmHk/hVogtAcLjLrAA4YHZHjUohVIBG Xso02ZEZ33u16wJAg/au7XGMaeP4bQCVEylhg= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.86.94.11 with SMTP id r11mr1764824fgb.53.1235231724682; Sat, 21 Feb 2009 07:55:24 -0800 (PST) In-Reply-To: <499F76C6.4010601@chiaraquartet.net> References: <499F76C6.4010601@chiaraquartet.net> Date: Sat, 21 Feb 2009 16:55:24 +0100 X-Google-Sender-Auth: 8c7f6d5655b407af Message-ID: <2dedb8a0902210755g1b6268f8p34058d23203e0631@mail.gmail.com> To: Greg Beaver Cc: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] phar update From: kalle@php.net (Kalle Sommer Nielsen) Hi Greg 2009/2/21 Greg Beaver : > Hi, > > [snip] Good work! > > I do need some help verifying phar as working with the following > configurations: > > any endian any unix with intel CC > any Windows Vista > 64-bit Windows XP > any other supported OS/compiler/processor combo I didn't list. I tested phar under 5.3-cvs and HEAD with Windows Vista 32bit little endian and VC9. Theres only one compilation warning which only exists in HEAD: ext\phar\func_interceptors.c(101) : warning C4101: 'newlen' : unreferenced local variable However tests wise then the following tests fails in 5.3-cvs: Phar front controller with mounted external file [C:\php\src\ext\phar\tests\front.phar.phpt] Phar::getSupportedSignatures() [C:\php\src\ext\phar\tests\phar_get_supported_signatures_002.phpt] Phar::setStub() (zip-based) [C:\php\src\ext\phar\tests\zip\phar_stub.phpt] and in 124 tests fails for in HEAD, instead of writing an insanely long list here, I have zipped both the test log and diffs for 5.3 and HEAD which can be downloaded here: > > Verification is as simple as compiling PHP 5.3 from CVS or snap and > running the tests. > > Also thanks to those raising concerns about phar, it has served to make > it stronger. > > Thanks, > Greg > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Kalle Sommer Nielsen kalle@php.net