Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5966 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64169 invoked by uid 1010); 1 Dec 2003 23:35:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64135 invoked from network); 1 Dec 2003 23:35:24 -0000 Received: from unknown (HELO kirin.trondheim.fast.no) (217.144.236.4) by pb1.pair.com with SMTP; 1 Dec 2003 23:35:24 -0000 Received: from kirin.trondheim.fast.no (kirin.trondheim.fast.no [127.0.0.1]) by kirin.trondheim.fast.no (8.12.8/8.12.5) with ESMTP id hB1NF6FR007558; Tue, 2 Dec 2003 00:15:47 +0100 Received: (from ssb@localhost) by kirin.trondheim.fast.no (8.12.8/8.12.8/Submit) id hB1NF5LZ007556; Tue, 2 Dec 2003 00:15:05 +0100 To: Jani Taskinen Cc: Wez Furlong , internals@lists.php.net In-Reply-To: References: <200311300918.14257.magnus@php.net> <03f101c3b726$0f30c300$8802a8c0@obsidian> <040201c3b726$fa681030$8802a8c0@obsidian> <045201c3b728$fb554470$8802a8c0@obsidian> <166673232281.20031130133523@marcus-boerger.de> <177673922390.20031130134653@marcus-boerger.de> <04b001c3b740$d8793d40$8802a8c0@obsidian> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Overture Services Norway Message-ID: <1070320504.1573.12.camel@kirin.trondheim.fast.no> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 02 Dec 2003 00:15:05 +0100 Subject: Re: [PHP-DEV] Move old (or non-mainstream) extensions to PECL before beta 3 From: Stig.Bakken@overture.com ("Stig S. Bakken") There's also "pear bundle" now: ssb@kirin(~/cvs/php/php5)$ pear bundle -d ext apd downloading apd-0.4p2.tar ... Starting to download apd-0.4p2.tar (-1 bytes) .........................................done: 189,440 bytes Package ready at '/home/ssb/cvs/php/php5/ext/apd' You can do this with any PECL release or tarball. All that would be needed is to run this command a couple of times from makedist. - Stig On Sun, 2003-11-30 at 18:59, Jani Taskinen wrote: > I kinda have thought all the time that those extensions > that will be in a release stay in the php-src CVS module. > And the rest is put into PECL, where people can find them > and use phpize or whatever to build them. > > Doesn't that 'pear install' thing work already? (sqlite, anyone?) > > --Jani > > On Sun, 30 Nov 2003, Wez Furlong wrote: > > >Hey, all I'm talking about is a script to put the golden extensions > >into ext (and exclude the cruft) when we build our tarball distro. > > > >--Wez. > > > >> >> Why not go with RPM's then? The eays way is to split up the RPM's so > >that we > >> >> can have RPMs for the basic stuff like INI, Docs and all, then for the > >> >> different sapis and then for all the extensions. See attached makerpm > >for > >> >> current state of work. > >> > >> > How do RPMs work on Gentoo, Debian, Windows, MacOSX...? > >> > >> It is impossible to find a solution that works for all systems. This RPM > >> stuff at least is a way for all *nix systems. So the main problem is > >> Windows again. > >