Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24837 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98853 invoked by uid 1010); 21 Jul 2006 12:47:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98837 invoked from network); 21 Jul 2006 12:47:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2006 12:47:18 -0000 X-PHP-List-Original-Sender: lsmith@php.net X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:52355] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id ED/0C-29121-5DCC0C44 for ; Fri, 21 Jul 2006 08:47:18 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 710A8DF0183; Fri, 21 Jul 2006 15:30:05 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02844-01; Fri, 21 Jul 2006 15:30:05 +0200 (CEST) Received: from [127.0.0.1] (i577B481F.versanet.de [87.123.72.31]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 9FF37DF0020; Fri, 21 Jul 2006 15:30:04 +0200 (CEST) Message-ID: <44C0CCCD.4060706@php.net> Date: Fri, 21 Jul 2006 14:47:09 +0200 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Edin Kadribasic Cc: RQuadling@GoogleMail.com, Pierre , internals@lists.php.net References: <20060719173451.114d4528@pierre-u64> <20060721112422.JLUB11710.aamtaout03-winn.ispmail.ntl.com@win2ks> <10845a340607210513md187341saa68f2844489a6a8@mail.gmail.com> <10845a340607210529k595fd154kf2a985fbf76f701d@mail.gmail.com> <44C0C9B2.2050902@emini.dk> In-Reply-To: <44C0C9B2.2050902@emini.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: lsmith@php.net (Lukas Smith) Edin Kadribasic wrote: > Richard Quadling wrote: >> So where does this leave adding pecl/zip to 5.2? PDO is not core for >> Windows so should zip? > > PDO is bundled in the core PHP distribution. Pierre was not asking for > Zip to be enabled by default, just to be a part of the distro. Yes, exactly. As for the PDO for archive format argument: The main reason for a base PDO extension was the idea of providing a framework for database extensions. The question now is if such a thing is necessary for archive formats? I think it would be sufficient to ensure that there is a common API for all common aspects. Since we are talking about OO here, all you need to do then is to use the constructor of the given format and you are done. So note for example that while PDO has a common constructor for all RDBMS it does not provide a common DSN format either. regards, Lukas