Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5828 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35279 invoked by uid 1010); 30 Nov 2003 12:53:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35255 invoked from network); 30 Nov 2003 12:53:43 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 30 Nov 2003 12:53:43 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id D49B61488087; Sun, 30 Nov 2003 04:53:04 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 607741488087 for ; Sun, 30 Nov 2003 04:52:58 -0800 (PST) Message-ID: <04b001c3b740$d8793d40$8802a8c0@obsidian> 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> Date: Sun, 30 Nov 2003 12:52:41 -0000 Organization: The Brain Room Ltd. 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 X-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_20,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] Move old (or non-mainstream) extensions to PECL before beta 3 From: wez@thebrainroom.com ("Wez Furlong") 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.