Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49910 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81976 invoked from network); 15 Oct 2010 11:27:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2010 11:27:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=dave@dmi.me.uk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dave@dmi.me.uk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain dmi.me.uk designates 77.68.52.130 as permitted sender) X-PHP-List-Original-Sender: dave@dmi.me.uk X-Host-Fingerprint: 77.68.52.130 server77-68-52-130.live-servers.net Received: from [77.68.52.130] ([77.68.52.130:52604] helo=scaramanga.siterage.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/D7-39876-F8A38BC4 for ; Fri, 15 Oct 2010 07:27:12 -0400 Received: from localhost (scaramanga.siterage.net [127.0.0.1]) by scanner.scaramanga.siterage.net (SiteRage Mail Server) with ESMTP id 5C5516E0D7; Fri, 15 Oct 2010 12:27:08 +0100 (BST) X-Spam-Flag: NO X-Spam-Score: -1.706 X-Spam-Level: X-Spam-Status: No, score=-1.706 required=5 tests=[ALL_TRUSTED=-1.8, AWL=-1.036, DNS_FROM_OPENWHOIS=1.13] autolearn=no Received: from scaramanga.siterage.net ([127.0.0.1]) by localhost (scaramanga.siterage.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VJeqoS92Goye; Fri, 15 Oct 2010 12:27:07 +0100 (BST) Received: from [10.0.0.134] (office.moo.com [83.244.232.179]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.siterage.net (SiteRage Mail Server) with ESMTPSA id D3BDC3D12F; Fri, 15 Oct 2010 12:27:07 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dmi.me.uk; s=scara-dkim; t=1287142027; bh=rRkCf1B6XTqqLwq+9GgMHJBILrexro0xPqOZ3ZxWWCo=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=KuLbtYEaONpzOQThqrLaZ/xx9eVRYt5Bq1WfrxedFn0OG1qjOn5YSgJLzCaFB4gsr IN/RywdCw9gi2ClaNUnbxyI6yO6ZHp8Fk1Iq10O51BhYhnqcfgizpPPtWUFexTxWyf POYTU6PB8GtoWQhW5A2mOJxEQzOTorXIH9cicCr8= Message-ID: <4CB83A8B.1000600@dmi.me.uk> Date: Fri, 15 Oct 2010 12:27:07 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100728 Thunderbird/3.1.1 MIME-Version: 1.0 To: weigelt@metux.de CC: php-dev References: <20101014110444.GA14927@nibiru.local> In-Reply-To: <20101014110444.GA14927@nibiru.local> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] build sapi's separately From: dave@dmi.me.uk (Dave Ingram) On 10/14/10 12:04, Enrico Weigelt wrote: > is it already possible to build the sapi modules separately ? > I'd like to split them off into completely separate packages > for easier systems maintenance. Various distros already do this. See for example the Red Hat PHP RPM. It depends which packaging system you use, but if you're familiar with RPM then this would perhaps be a good starting point. Dave