Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10769 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46332 invoked by uid 1010); 25 Jun 2004 09:43:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46278 invoked from network); 25 Jun 2004 09:43:45 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 25 Jun 2004 09:43:45 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i5P9hir1012384; Fri, 25 Jun 2004 11:43:45 +0200 Date: Fri, 25 Jun 2004 11:43:44 +0200 (CEST) X-X-Sender: derick@localhost To: Curt Zirzow cc: internals@lists.php.net In-Reply-To: <20040625034418.GA80292@bagend.shire> Message-ID: References: <20040625034418.GA80292@bagend.shire> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] php5 and bundled extensions vs PECL From: derick@php.net (Derick Rethans) On Fri, 25 Jun 2004, Curt Zirzow wrote: > > I noticed that the zip extension is no longer in the cvs tree. Am I > correct in thinking that it has been moved out of the bundled > package of php and into PECL? > > Is there a list of extensions that have been moved that > I can obtain, so the documentation can reflect that change? Read the release notes: http://www.php.net/ChangeLog-5.php#5.0.0RC3 Derick