Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24759 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16879 invoked by uid 1010); 20 Jul 2006 12:13:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 16864 invoked from network); 20 Jul 2006 12:13:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2006 12:13:24 -0000 Authentication-Results: pb1.pair.com header.from=irokez@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: irokez@gmail.com X-Host-Fingerprint: 64.233.182.189 nf-out-0910.google.com Linux 2.4/2.6 Received: from ([64.233.182.189:16621] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 06/97-29121-0637FB44 for ; Thu, 20 Jul 2006 08:13:22 -0400 Received: by nf-out-0910.google.com with SMTP id a4so478677nfc for ; Thu, 20 Jul 2006 05:13:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=X8XuXghA08EoTZngtpmdzkfiiQrXnzJGmYfutZCMKslUzfni38Gjk1Ra5rUvdh751sxf1U/ARjYfE6GWejzes91rNIM3Y9aZrLw5+f6tva8HmdRP+wHIDZ/tk68OxVyM3hv/z9blOxMIL6LFB+f1Eb5WwnKMBis2aB/b1qLaSnk= Received: by 10.78.185.7 with SMTP id i7mr292059huf; Thu, 20 Jul 2006 05:13:18 -0700 (PDT) Received: by 10.78.169.10 with HTTP; Thu, 20 Jul 2006 05:13:18 -0700 (PDT) Message-ID: Date: Thu, 20 Jul 2006 17:13:18 +0500 To: "Marcus Boerger" Cc: Pierre , "Jani Taskinen" , internals@lists.php.net In-Reply-To: <1184012601.20060720095137@marcus-boerger.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_87916_611729.1153397598048" References: <20060719173451.114d4528@pierre-u64> <1184012601.20060720095137@marcus-boerger.de> Subject: Re: [PHP-DEV] Adding pecl/zip to 5.2 From: irokez@gmail.com ("Alexander Pak") ------=_Part_87916_611729.1153397598048 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/20/06, Marcus Boerger wrote: > > If not then there probably > is no mainstream use for a Zip class and inclusion to core makes little > sense. Hi, I took this from wikipedia( http://en.wikipedia.org/wiki/ZIP_%28file_format%29): ------- Microsoft has also included minimal built-in ZIP support (under the name "compressed folders") in later versions of its Windows operating system . Apple also included built-in ZIP support in Mac OS X v10.3 and later. Some software uses the ZIP file format as a wrapper for a large number of small items. Generally when this is done a different file extension is used. Examples of this usage are Java JAR files, id Software.pk3/.pk4 files, package files for StepMania and Winamp, XPInstall , and some OpenOffice.orgdocument formats. The OpenDocument format usually uses the JAR file format internally, so it can be easily uncompressed and compressed using tools for ZIP files. -- sincerely yours, Alexander Pak ------=_Part_87916_611729.1153397598048--