Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60150 invoked from network); 2 Mar 2009 22:20:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2009 22:20:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:35487] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/40-19139-9CB5CA94 for ; Mon, 02 Mar 2009 17:20:59 -0500 Received: from dhcp-172-26-94-242.nyc.corp.google.com (unknown [72.14.228.89]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id ED17A11DB85; Mon, 2 Mar 2009 23:20:54 +0100 (CET) Date: Mon, 2 Mar 2009 23:20:53 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1684366745.20090302232053@marcus-boerger.de> To: Igor Feghali CC: Greg Beaver , PHP Developers Mailing List In-Reply-To: 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] phar update From: helly@php.net (Marcus Boerger) Hello Igor, Monday, March 2, 2009, 5:31:51 PM, you wrote: >> 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 ? No, it just limits the capabilities of the phar command line tool. Best regards, Marcus