Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60120 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24308 invoked from network); 17 Apr 2012 22:40:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Apr 2012 22:40:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:43330] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/97-21594-C41FD8F4 for ; Tue, 17 Apr 2012 18:40:13 -0400 Received: by werh12 with SMTP id h12so5117920wer.29 for ; Tue, 17 Apr 2012 15:40:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Wz2xocyxGZGfnJ8K5JxLVTGzfFqMjl1LO89Iu+3jREw=; b=lP5KgMtKBWM/S2d2gBXcvYFigUMMuZXh2JqY6MLtW/2hfCcziYCIwRKx/bkeNhG8mx DnbOoL+NeC4RHnMkqANBGSPTji4MZwnvDonJj2QWPQuc8RHFFcCordIHPFhYLJgwV1bH Hm2tVO+kneGuZlXW5rH2BgHgo6CS99nqk9W4yZq6h+KbT20NpGTwNBk9blAGaJH8kY1e ItRMZRR+LVkhHcpTy8N3HSOyg6i8REnuu1ulUyycYtN6M/v0HdtEfEfgaHsGLZ7B1I9h 7ahbrj9uA3i9u8hLVoXJQcRO+wF0UK70zazGZBc9zplUayzU5P/EvANLrX1UfF55ehSB sFrQ== MIME-Version: 1.0 Received: by 10.216.139.12 with SMTP id b12mr20701wej.4.1334702409724; Tue, 17 Apr 2012 15:40:09 -0700 (PDT) Received: by 10.223.1.82 with HTTP; Tue, 17 Apr 2012 15:40:09 -0700 (PDT) Date: Tue, 17 Apr 2012 15:40:09 -0700 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=0016e6d625740334dd04bde79f4b Subject: PHP Dependencies From: kris.craig@gmail.com (Kris Craig) --0016e6d625740334dd04bde79f4b Content-Type: text/plain; charset=ISO-8859-1 Hey guys, Forgive me if this has been addressed before, but I was wondering: Have we ever considered maintaining an RPM for PHP dependencies for each version branch? The are legitimate reasons why people prefer to build PHP manually instead of building from a repo, but those reasons often don't extend to the various extensions. So ideally, it would be awesome to be able to build those from a repo and have them match the builds used by that particular PHP version. For example, on CentOS I might do something like, "sudo yum install php-common --enablerepo=PHP5_3". I was actually thinking of creating and maintaining some RPM packages for that purpose, but I figured it might be good to find out if there's already a better method first. Thanks! --Kris --0016e6d625740334dd04bde79f4b--