Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34895 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19300 invoked by uid 1010); 23 Jan 2008 20:56:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19278 invoked from network); 23 Jan 2008 20:56:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2008 20:56:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=cellog@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=cellog@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 38.99.98.18 as permitted sender) X-PHP-List-Original-Sender: cellog@php.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:40616] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A1/66-17042-50AA7974 for ; Wed, 23 Jan 2008 15:56:38 -0500 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 07E6CC0DE8F; Wed, 23 Jan 2008 13:56:34 -0700 (MST) Received: from [10.10.10.102] (243.112.124.24.cm.sunflower.com [24.124.112.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 7E7A5C0DE7C; Wed, 23 Jan 2008 13:56:33 -0700 (MST) Message-ID: <4797AA00.7050906@php.net> Date: Wed, 23 Jan 2008 14:56:32 -0600 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Sam Barrow CC: internals@lists.php.net References: <1201109875.2819.54.camel@sbarrow-desktop> In-Reply-To: <1201109875.2819.54.camel@sbarrow-desktop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: Tar archives From: cellog@php.net (Greg Beaver) Sam Barrow wrote: > PHP has ZIP, GZip, and BZ2 support, but nothing for tar archives. Is > anyone interested in working on a tar extension? FYI, pecl/phar has full tar support plus tar.gz/tar.bz in the soon-to-be-released 2.0.0 version. Development on tar features has stabilized, I'm focusing on the zip support atm, but if you see a missing feature, feel free to chime in. Greg