Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29393 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48306 invoked by uid 1010); 10 May 2007 20:48:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48291 invoked from network); 10 May 2007 20:48:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2007 20:48:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 85.214.94.56 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Received: from [85.214.94.56] ([85.214.94.56:57843] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/54-20961-FF483464 for ; Thu, 10 May 2007 16:47:59 -0400 Received: from baumbart.mbo (dslb-084-063-044-237.pools.arcor-ip.net [84.63.44.237]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id CC1541B349A; Thu, 10 May 2007 22:47:56 +0200 (CEST) Date: Thu, 10 May 2007 22:47:55 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1003664234.20070510224755@marcus-boerger.de> To: Oliver Block CC: internals@lists.php.net In-Reply-To: <200705102229.09300.lists@block-online.eu> References: <139872287.20070504170744@marcus-boerger.de> <463B762B.4060308@php.net> <463B76F3.5070904@zend.com> <200705102229.09300.lists@block-online.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: helly@php.net (Marcus Boerger) Hello Oliver, we are discussing situations where make is no option here. Everone that hasmake as an option and all tools available can always easily do: pecl install Without the pear or pecl commandyou can also simply download the pecl extension package and do the following: tar -x phpize ./configure make make install Also still easy enough. However this is in many situation not possible at all. For once it is impossible if you are using a shared server. best regards masrcus Thursday, May 10, 2007, 10:29:08 PM, you wrote: > 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 Best regards, Marcus