Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38258 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43056 invoked from network); 15 Jun 2008 16:51:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2008 16:51:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 195.197.172.116 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.5 (sometimes 2.4) (4) Received: from [195.197.172.116] ([195.197.172.116:47198] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/56-06776-D8845584 for ; Sun, 15 Jun 2008 12:51:26 -0400 Received: from tassimo.webmail.saunalahti.fi (tassimo.webmail.saunalahti.fi [195.197.55.117]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id DEF521396E7; Sun, 15 Jun 2008 19:51:22 +0300 (EEST) Date: Sun, 15 Jun 2008 19:51:22 +0300 (EEST) To: Philip Olson Cc: internals Message-ID: <23347000.99091213548682740.JavaMail.jani.taskinen@sci.fi> MIME-Version: 1.0 Content-Type: text/plain; Charset=iso-8859-15; Format=Flowed Content-Transfer-Encoding: 7bit X-Mailer: Saunalahti webmail - http://saunalahti.fi X-Originating-IP: 80.220.5.25 Subject: Re: [PHP-DEV] extensions status, to move to pecl or to drop From: jani.taskinen@sci.fi (Jani Taskinen) Philip Olson [philip@roshambo.org] kirjoitti: > > > >> / Un*x: Get a .tar.gz, > >> unpack, phpize, configure and make (last time I tried that didn't > >> work for > >> me, must've been some wrong auto-whatever). > > > > If the release is done correctly, a simple pecl install sybase works. > > > And on a related note, have we considered any sort of fetch > integration with configure? You know, like --with-apc would grab it > much like 'pecl download apc' does today. Or more likely a trigger, > like --with-apc=fetch,beta ... you get the idea. A friendlier this[1]. I've toyed with idea of putting everything in PECL. Including the core, engine.. But that's utopia..it would just be so cool to just say "php --update" and it would update itself and everything needing to be updated.. ;) It shouldn't be that hard to integrate pecl stuff in configure. Just hijack the "unknown-option" code which I added some time ago and try and see if the unknown stuff can be found in PECL and do..something. I can look into this after I get back to work in a week or so..if someone else (tm) doesn't do it before that.. :D --Jani p.s. It doesn't have to just "fetch" the stuff, it can be compiled the same time as well..