Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24789 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38081 invoked by uid 1010); 20 Jul 2006 23:37:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38065 invoked from network); 20 Jul 2006 23:37:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 23:37:06 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:56266] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 57/35-29121-F9310C44 for ; Thu, 20 Jul 2006 19:37:05 -0400 Received: from baumbart.mbo (dslb-084-063-032-043.pools.arcor-ip.net [84.63.32.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id E57D535C201; Fri, 21 Jul 2006 01:37:00 +0200 (CEST) Date: Fri, 21 Jul 2006 01:37:17 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <932358188.20060721013717@marcus-boerger.de> To: Pierre Cc: internals@lists.php.net In-Reply-To: References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> <44BFF61C.2040104@lerdorf.com> <44BFFDC5.1010008@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: helly@php.net (Marcus Boerger) Hello Pierre, Friday, July 21, 2006, 12:10:02 AM, you wrote: > 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..." So you're class does only allow to compress, is that what you are trying to explain? > 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? As a programmer i saw a huge amount of 'zip' columns in databases as well as tables that match zip codes to names, which were named 'zip'. And a lot of people actually use table names for class names. Best regards, Marcus