Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43225 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41002 invoked from network); 2 Mar 2009 16:31:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2009 16:31:55 -0000 Authentication-Results: pb1.pair.com header.from=igor.feghali@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=igor.feghali@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.221.6 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: igor.feghali@gmail.com X-Host-Fingerprint: 209.85.221.6 mail-qy0-f6.google.com Received: from [209.85.221.6] ([209.85.221.6:46678] helo=mail-qy0-f6.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/2E-00495-AF90CA94 for ; Mon, 02 Mar 2009 11:31:55 -0500 Received: by qyk6 with SMTP id 6so566031qyk.29 for ; Mon, 02 Mar 2009 08:31:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Zrkmv3WFcSoK5U4UykHjFAuAH1ji73VPfdWD82h0JzU=; b=YfIYWJJHhCLGv+sDHXfWGdyxJppvCd8F+JOXUoN3sIvt9sTwdzoz5YE5ec2HD5Lkh/ e08RruIWEs/MxKg4aHci8LMzmDtmGNoDJwo3RirIMmVk3G1pRfnecDRHsn4g2ec0G/ue /h9bEOLKGekqQhsqOCTMlhL866cq+4wJw+Lr4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jRNOhUqXXZvKl0kdZ3nue8jCyIxgXyOkchV30zXrxK98HJd0sIq1h9BJjIiGPO28gE lBoJ69TqCp9G/oi8gAjFrgZtKIpg4B7XlMJNvfoQWoWsDjGebf4/J66LpUfWeRaX15tu nvkP6sgDZYy0hbejIgO68077KFIecuo0ws2ZE= MIME-Version: 1.0 Received: by 10.229.74.77 with SMTP id t13mr3072922qcj.58.1236011511316; Mon, 02 Mar 2009 08:31:51 -0800 (PST) In-Reply-To: <49ABF958.6020402@chiaraquartet.net> References: <499F76C6.4010601@chiaraquartet.net> <2dedb8a0902210755g1b6268f8p34058d23203e0631@mail.gmail.com> <49AA022B.1040701@chiaraquartet.net> <2dedb8a0902282120n42fcf625ge8ccc7d82fb7e23d@mail.gmail.com> <49AA343E.1070303@chiaraquartet.net> <49ABF958.6020402@chiaraquartet.net> Date: Mon, 2 Mar 2009 13:31:51 -0300 Message-ID: To: Greg Beaver Cc: PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] phar update From: igor.feghali@gmail.com (Igor Feghali) > You can cut down on the skipped tests by building bz2, zlib, and openssl. 350 passed 161 skipped By the way, phar complained Archive.php wasn't found (no PEAR installed in this machine) in `make` time. Does it affects anything ?