Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8737 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26462 invoked by uid 1010); 24 Mar 2004 08:39:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26425 invoked from network); 24 Mar 2004 08:39:56 -0000 Received: from unknown (HELO colo.lerdorf.com) (66.198.51.121) by pb1.pair.com with SMTP; 24 Mar 2004 08:39:56 -0000 Received: from [192.168.1.102] (c-24-6-1-90.client.comcast.net [24.6.1.90]) by colo.lerdorf.com (8.12.11/8.12.11/Debian-3) with ESMTP id i2O8dj16028809; Wed, 24 Mar 2004 00:39:45 -0800 Date: Wed, 24 Mar 2004 00:39:40 -0800 (PST) X-X-Sender: rasmus@thinkpad.lerdorf.com To: Lukas Smith cc: Marcus Boerger , internals@lists.php.net In-Reply-To: <40614397.7030507@backendmedia.com> Message-ID: References: <198200203812.20040324004817@marcus-boerger.de> <40614397.7030507@backendmedia.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on colo Subject: Re: [PHP-DEV] sqlite's oo api From: rasmus@php.net (Rasmus Lerdorf) On Wed, 24 Mar 2004, Lukas Smith wrote: > Rasmus Lerdorf wrote: > > ramifications of such a change. For example, how many PEAR packages might > > we break with this? Are any of them perhaps even in the php5 tarball > > itself? > > I know this is just an example, but just to clarify: > PEAR is currently taking a bit of a wait and see approach with php5 for > obvious reasons. We are mainly looking at the BC breaks atm, so there > are really few packages that have moved to php5 only (afaik only > PHPUnit2 and SOAP2, which both havent reached a stable state yet). Right, but we aren't just talking about PHP5-only PEAR packages here. We bundle a couple of basic PEAR packages right in the PHP5 distribution tarball so we have to be very careful with these and I think also with the more common ones that people install. -Rasmus