Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24749 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39125 invoked by uid 1010); 20 Jul 2006 09:04:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39109 invoked from network); 20 Jul 2006 09:04:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 09:04:17 -0000 X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:42309] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 2C/BF-29121-F074FB44 for ; Thu, 20 Jul 2006 05:04:17 -0400 Received: (qmail 1127 invoked from network); 20 Jul 2006 09:03:16 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 20 Jul 2006 09:03:16 -0000 Message-ID: <44BF470A.40807@zend.com> Date: Thu, 20 Jul 2006 12:04:10 +0300 User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Robin Ericsson CC: internals@lists.php.net References: <20060719173451.114d4528@pierre-u64> <44BE56EF.9060908@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: antony@zend.com (Antony Dovgal) On 20.07.2006 11:52, Robin Ericsson wrote: > On 7/20/06, Derick Rethans wrote: >> Although the zip ext is a useful thing to have, I think it should stay >> in PECL as Tony says we're trying to move things to PECL... so a -1 from >> me on the current proposal to add ext/zip to core with the Zip >> classname. > Seems silly to have a place like PECL where extensions can live their > own life with their own release-cycles That's another problem for another offtopic discussion: "own release cycle" is just a myth, because of the "symlinks" used to link PECL extensions to core. You can't have, for example, development version in PECL and stable version in the core, you HAVE to stabilize your code before any PHP release, because it's basically the same code. -- Wbr, Antony Dovgal