Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29392 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36495 invoked by uid 1010); 10 May 2007 20:30:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36480 invoked from network); 10 May 2007 20:30:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2007 20:30:39 -0000 Authentication-Results: pb1.pair.com header.from=lists@block-online.eu; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lists@block-online.eu; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain block-online.eu from 81.169.146.162 cause and error) X-PHP-List-Original-Sender: lists@block-online.eu X-Host-Fingerprint: 81.169.146.162 mo-p00-ob.rzone.de Solaris 10 (beta) Received: from [81.169.146.162] ([81.169.146.162:50111] helo=mo-p00-ob.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/32-20961-EE083464 for ; Thu, 10 May 2007 16:30:38 -0400 Received: from ollie.block.home (84.63.170.96) by post.webmailer.de (klopstock mo30) (RZmta 5.9) with ESMTP id 901df0j4AINBMa ; Thu, 10 May 2007 22:30:29 +0200 (MEST) To: internals@lists.php.net Date: Thu, 10 May 2007 22:29:08 +0200 User-Agent: KMail/1.7.1 References: <139872287.20070504170744@marcus-boerger.de> <463B762B.4060308@php.net> <463B76F3.5070904@zend.com> In-Reply-To: <463B76F3.5070904@zend.com> Cc: Antony Dovgal MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200705102229.09300.lists@block-online.eu> X-RZG-AUTH: jsAgD75E4FZRsMYse5W8COLJ40bV42cELvihCND/Uu2brXmKBiVni6RL8lw= X-RZG-CLASS-ID: mo00 Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: lists@block-online.eu (Oliver Block) Am Freitag, 4. Mai 2007 20:09 schrieb Antony Dovgal: > not the other way round. If you don't like PECL or think it's too difficult > to use, let's make it easy enough for all. That is good point. If PECL extensions could be integrated into php by just set --enable-extensionX while compiling the php distribution. That would be a major facilitation. php will then automatically download and intergrate the extension source into the source tree before 'make' will compile everything. With user interaction, of course! - But maybe that's enthusiasm too. Regards, Oliver