Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35170 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85126 invoked by uid 1010); 4 Feb 2008 10:44:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85111 invoked from network); 4 Feb 2008 10:44:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2008 10:44:55 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:60929] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/5B-07314-3ACE6A74 for ; Mon, 04 Feb 2008 05:44:52 -0500 Received: from Soitgoes (p57BB71D3.dip.t-dialin.net [87.187.113.211]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id B47691224C64; Mon, 4 Feb 2008 11:44:44 +0100 (CET) To: Marcus Boerger In-Reply-To: <1183043264.20080204113849@marcus-boerger.de> X-Priority: 3 (Normal) References: <01c801c865d8$2e837e90$c6fc1f3e@foxbox> <14581063.20080203002104@marcus-boerger.de> <005201c8660f$66a2b160$c6fc1f3e@foxbox> <7.0.1.0.2.20080204044114.03e1ea50@prodigal.ca> <1183043264.20080204113849@marcus-boerger.de> Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Mon, 4 Feb 2008 11:44:16 +0100 Cc: Ben Trafford , internals X-Mailer: Apple Mail (2.915) X-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.095, required 6, AWL -0.01, RDNS_DYNAMIC 0.10) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: Re: [PHP-DEV] Splitting the subject: the PECL/PHP relationship From: mls@pooteeweet.org (Lukas Kahwe Smith) On 04.02.2008, at 11:38, Marcus Boerger wrote: > Hello Ben, > > None of this is necessary though. What I proposed was moving > extension > development from php-src to PECL an dthen bundle what we see fit > into the > distribution just as we do now, whith the RM having the last say > what goes > in and what not. In my proposal we would only put stuff into php- > srec that > is the base for other stuff. For instance libxml is tthe base for > all other > xml extensions. So you and most other users would get a relase build > from > the selection on php-default. And that will most likely include your > xmlreader and writer, just as they are today in php-src. Right .. the advantage would be that fixes and feature additions could be more easily pushed to end users via PECL independent of php-src releases. The aim is not to reduce the functionality of php-src releases. regards, Lukas