Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24696 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24074 invoked by uid 1010); 19 Jul 2006 16:30:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24042 invoked from network); 19 Jul 2006 16:30:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2006 16:30:08 -0000 X-PHP-List-Original-Sender: sean@caedmon.net X-Host-Fingerprint: 69.60.120.90 iconoclast.caedmon.net Linux 2.4/2.6 Received: from ([69.60.120.90:43871] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id D5/30-00170-AB75EB44 for ; Wed, 19 Jul 2006 12:03:12 -0400 Received: from localhost ([127.0.0.1]) by iconoclast.caedmon.net with esmtp (Exim 3.35 #1 (Debian)) id 1G3EUx-0007AG-00; Wed, 19 Jul 2006 12:02:08 -0400 Message-ID: <44BE57C8.8070608@caedmon.net> Date: Wed, 19 Jul 2006 12:03:20 -0400 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: pierre.php@gmail.com CC: internals@lists.php.net References: <20060719173451.114d4528@pierre-u64> In-Reply-To: <20060719173451.114d4528@pierre-u64> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: sean@caedmon.net (Sean Coates) > Many people (incl. php devs) asked me if I can include zip in 5.2.0. > Ilia thought it was too late in the game and planed to do it in 5.2.1. I don't remember seeing a discussion on including Zip in core (perhaps I just missed it, but a quick search didn't turn it up). I think Zip is better suited as a PECL module. Tony mentioned another issue: the headache of maintaining PECL code between PHP versions. This is a valid point (and he can elaborate if he likes), but is a separate issue. IMO, core shouldn't grow for modules like this (and JSON -- but the JSON discussion certainly DID take place and the module seems tiny enough to be benign); the idea is to move non-essential modules OUT of the main distribution and into PECL, not the other way. -1 on Zip in 5.2.0 -1 on Zip in 5.2.1 S