Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5830 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98439 invoked by uid 1010); 30 Nov 2003 17:35:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98415 invoked from network); 30 Nov 2003 17:35:38 -0000 Received: from unknown (HELO pigeon.alphaweb.net) (64.142.6.229) by pb1.pair.com with SMTP; 30 Nov 2003 17:35:38 -0000 Received: from adsl-64-142-6-231.sonic.net ([64.142.6.231] helo=basillica) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1AQW5v-0001ac-00; Sun, 30 Nov 2003 10:14:55 -0800 Message-ID: <002901c3b768$63adc440$0a00000a@alphaweb.net> To: Cc: "Wez Furlong" 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> Date: Sun, 30 Nov 2003 09:35:31 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [PHP-DEV] Move old (or non-mainstream) extensions to PECL before beta 3 From: pollita@php.net ("Sara Golemon") Perhaps I'm confused..... I had the impression that the point of moving obsolesced extensions to PECL was so that they WOULDN'T be included in the main source tarball. Then, should user X out there need ext/foo they can do a: pear install foo. If >that's< the case, then there need be no "pic up golden extensions at bundle time" script. The creation of a tarball is just what it already is. Are there any PECL extensions other than SQLite which are bundled at package time? What am I missing? -Sara ----- Original Message ----- From: "Wez Furlong" Newsgroups: php.internals To: Sent: Sunday, November 30, 2003 4:52 AM Subject: Re: [PHP-DEV] Move old (or non-mainstream) extensions to PECL before beta 3 > 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.