Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60144 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60435 invoked from network); 18 Apr 2012 00:26:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Apr 2012 00:26:42 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:60342] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/9F-21594-04A0E8F4 for ; Tue, 17 Apr 2012 20:26:40 -0400 Received: by iaeh11 with SMTP id h11so11368512iae.29 for ; Tue, 17 Apr 2012 17:26:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=15sMnyXZImZnHG7DFbp51qAJORCF0aNv0MF1Na2XVj8=; b=r/FUifckIAeZt1J6eFzkBd00JjmkhTLaLeMZpkFLtISq6yU26lL9IGZyBWyAZlK+k1 QeQ9SDv6jcOZmdWSbeHdoyoDpZIowy32ZIqEbL4jij39xfXyYYOR7QuAH+WxY8po7rPt AzmXr2sAgP4lLniHQo40zfzerscoRrYV2exDY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=15sMnyXZImZnHG7DFbp51qAJORCF0aNv0MF1Na2XVj8=; b=Sz4R0bEtkVV7tvQPmrePfk1Ui2vSN6kgMW8FblCZl5mnkoTh6hnbapbS9qXkOrKMxA h6q63Z5QMfkK/FBuXpyrcajLqHEn2cq2Rwx4aWJpI3Es4/FnwifahTsAfjNV/L99h+kU U13MER31mT5pGVzhCZTEuwrVwrB42K/Bv9StkzfXggrLPbBqEa6FkLWjPZSkQBHsURhK WxzCRv0By+V5w2JO5v5pSDq8BrLmqDAtmkQZj3BOFZVitPhbwl4R32dMI6aZIKKw8m+n ns/j1roumt36w9+un6Uu8dUuaEnsAFA8q2DXiaiz5D3edt2tRhRUO1QRA+gizWjS2LtP GfyA== Received: by 10.50.188.134 with SMTP id ga6mr11204751igc.20.1334708797231; Tue, 17 Apr 2012 17:26:37 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.243.73 with HTTP; Tue, 17 Apr 2012 17:26:17 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Apr 2012 08:26:17 +0800 X-Google-Sender-Auth: 3OZCmSIVxQ4AV1qL5bwWfjnWBXo Message-ID: To: Kris Craig Cc: PHP internals list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQn0N121/w3bhE7IaleKckI0nXzh6jcwp32VrUAAGoCFLyRSljjX44uc+T2uBpaNxKUhuNc8 Subject: Re: [PHP-DEV] PHP Dependencies From: aharvey@php.net (Adam Harvey) On 18 April 2012 06:40, Kris Craig wrote: > Forgive me if this has been addressed before, but I was wondering: =C2=A0= Have we > ever considered maintaining an RPM for PHP dependencies for each version > branch? =C2=A0The are legitimate reasons why people prefer to build PHP m= anually > instead of building from a repo, but those reasons often don't extend to > the various extensions. =C2=A0So 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. =C2=A0For example, on CentOS I might do something= like, > "sudo yum install php-common --enablerepo=3DPHP5_3". I'm not really sure there's much benefit to the PHP project itself doing this =E2=80=94=C2=A0I know we still ship a spec file, but other than = the special case of Windows, I think it's better if we just ship a tarball and let downstream maintainers work their magic from there, including build dependency aids like this. It's hard to cover all the RPM-using distributions with a single RPM, and it might be more hassle than it's worth to try. > 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 alrea= dy > a better method first. You might want to talk to Remi Collet before putting much effort in; he builds excellent RPMs for each version for Fedora, Red Hat and CentOS and may well have some ideas on the best way to go about this. Adam