Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24797 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65501 invoked by uid 1010); 21 Jul 2006 01:09:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65485 invoked from network); 21 Jul 2006 01:09:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2006 01:09:49 -0000 X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from ([204.11.219.139:51448] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 17/F7-29121-C5920C44 for ; Thu, 20 Jul 2006 21:09:49 -0400 Received: from [192.168.11.5] (c-24-6-96-18.hsd1.ca.comcast.net [24.6.96.18]) (authenticated bits=0) by lerdorf.com (8.13.7/8.13.7/Debian-1) with ESMTP id k6L19bum009668; Thu, 20 Jul 2006 18:09:37 -0700 In-Reply-To: <44C02403.8060108@lerdorf.com> References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> <44BFF61C.2040104@lerdorf.com> <44BFFDC5.1010008@lerdorf.com> <932358188.20060721013717@marcus-boerger.de> <44C02403.8060108@lerdorf.com> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <1FE2968F-3B7D-4525-8260-B0E6E12A90DA@gravitonic.com> Cc: Pierre , internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Thu, 20 Jul 2006 18:09:36 -0700 To: Rasmus Lerdorf X-Mailer: Apple Mail (2.750) Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: andrei@gravitonic.com (Andrei Zmievski) Totally agreed. -Andrei On Jul 20, 2006, at 5:46 PM, Rasmus Lerdorf wrote: > > We did actually come to a consensus Pierre. And that is that PHP > owns the top-level namespace, but we should use decent descriptive > names and avoid any obvious clashes. > > ext/date does date, time and timezone stuff, so its classes become > DateTime and DateTimeZone. pecl/zip deals with Zip archives, > compressing, decompressing, listing, etc. so it makes plenty of > sense to call it ZipArchive. And yes, if we some day do a Zip code > extension, it would likely be called ZipCode and not Zip as well. > > If anybody doesn't think this is the consensus we reached, please > speak up, but I am pretty sure we have majority agreement here, so > let's just please move on. > > -Rasmus