Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39626 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32962 invoked from network); 4 Aug 2008 11:27:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2008 11:27:08 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:41571] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/01-28228-C87E6984 for ; Mon, 04 Aug 2008 07:27:08 -0400 Received: (qmail 10667 invoked by uid 507); 4 Aug 2008 11:27:04 -0000 Received: from ppp-82-135-94-222.dynamic.mnet-online.de (HELO ?192.168.1.101?) (postmaster%schlueters.de@82.135.94.222) by mail4.netbeat.de with ESMTPA; 4 Aug 2008 11:27:04 -0000 To: Antony Dovgal Cc: php-dev In-Reply-To: <4892E15D.1080004@daylessday.org> References: <4892E15D.1080004@daylessday.org> Content-Type: text/plain Date: Mon, 04 Aug 2008 13:27:03 +0200 Message-ID: <1217849223.4175.40.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] enabling everything by default From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2008-08-01 at 14:11 +0400, Antony Dovgal wrote: > I mean completely no offense to the developers of these extensions, but > I would like them (extensions) to be thoroughly tested and mature first, > after that we can discuss the question of adding them to the core. I think alpha stage is a time where they can be tested and depending on feedback we can decide how to proceed. I assume most people do a configure and pick their favorite extensions and it's all they test. By enabling we at least compile-test and run-tests.php-test them on multiple platforms. In general I lean towards the "why bundle it if it's not enabled" side. But this is a good discussion and probably I change my opinion on that. johannes