Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24788 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31617 invoked by uid 1010); 20 Jul 2006 23:10:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31600 invoked from network); 20 Jul 2006 23:10:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 23:10:07 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.172 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.172:39889] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 63/F2-29121-D3FFFB44 for ; Thu, 20 Jul 2006 18:10:07 -0400 Received: by ug-out-1314.google.com with SMTP id k3so1121116ugf for ; Thu, 20 Jul 2006 15:10:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M37g0Nrnsblke6YaHViiZZXz8NEPl3ZAxI16AIYBfgT0ngjrlxub8A51wClPqzxRX2VRqZ4I1FUJJEUiHYdTfYRHPJgAYcrhi2pcfdWeZXnCiCxoz+y8RwMA79NWgGZZ7XBW2b5U17tUXrkuh7ILrKQHxcE3jBDdTlef0+vtdBw= Received: by 10.66.243.2 with SMTP id q2mr2378960ugh; Thu, 20 Jul 2006 15:10:02 -0700 (PDT) Received: by 10.66.220.11 with HTTP; Thu, 20 Jul 2006 15:10:02 -0700 (PDT) Message-ID: Date: Fri, 21 Jul 2006 00:10:02 +0200 To: "Rasmus Lerdorf" Cc: internals@lists.php.net In-Reply-To: <44BFFDC5.1010008@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> <44BFF61C.2040104@lerdorf.com> <44BFFDC5.1010008@lerdorf.com> Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: pierre.php@gmail.com (Pierre) Hello, On 7/21/06, Rasmus Lerdorf wrote: > Pierre wrote: > > Hello, > > > > On 7/20/06, Rasmus Lerdorf wrote: > > > >> Well, in the US at least, Zip says Zip Code to me. Zip compression > >> would be my second guess so it isn't completely obvious. > > > > It is a ZipCode, exactly. > > And by the same logic, a Zip archive is a ZipArchive. Do a web search > for "zip" and you will find that half of the first set of results are > about zip archives and the other half are about zip codes. Why are you > assuming zip automatically means zip archive to people? Because they wil have to enable it manually, after having read: "Include Zip read/write support" I doubt anyone sane is going to active this option and think it can then read and write Zip in php. > It certainly doesn't to me, but perhaps I am too much of a Unix guy so zip archives > have never been of much use. I'm an unix guy too, let see what my current lovely unix knows about zip: man zip " zip, zipcloak, zipnote, zipsplit - package and compress (archive) files..." My other box has unzip too, I'm not sure what how I can unmake a zip code though ;-) I'm starting to wonder who are our targets, the mid americans or the programmers? --Pierre