Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58204 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76878 invoked from network); 27 Feb 2012 22:17:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2012 22:17:17 -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.54 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:44596] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/00-11273-8E00C4F4 for ; Mon, 27 Feb 2012 17:17:14 -0500 Received: by wgbdq13 with SMTP id dq13so656664wgb.11 for ; Mon, 27 Feb 2012 14:16:35 -0800 (PST) Received-SPF: pass (google.com: domain of kris.craig@gmail.com designates 10.180.99.100 as permitted sender) client-ip=10.180.99.100; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kris.craig@gmail.com designates 10.180.99.100 as permitted sender) smtp.mail=kris.craig@gmail.com; dkim=pass header.i=kris.craig@gmail.com Received: from mr.google.com ([10.180.99.100]) by 10.180.99.100 with SMTP id ep4mr32316933wib.7.1330380995476 (num_hops = 1); Mon, 27 Feb 2012 14:16:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uy0ZFIVSBnzcYS5HspGpIPuBgibe9GTgFNACqPbeteY=; b=HPyWenB5RaapjAWpOY/onVJYBNR0pB2Wnb+4Q7PeVVzjEtCvQUwyCYDTA+QDxrirxz VHhC5vBbEQgzJxv6pW2eHZORCNbzLK6lmH6PyNT+nH6vFAH97N/I8GX9y5b54lrpcqfp rSh2WvKQDkJ/VAXoqPjI1WDJ5O3tiRyNXNKPw= MIME-Version: 1.0 Received: by 10.180.99.100 with SMTP id ep4mr25620355wib.7.1330380994987; Mon, 27 Feb 2012 14:16:34 -0800 (PST) Received: by 10.223.75.146 with HTTP; Mon, 27 Feb 2012 14:16:34 -0800 (PST) In-Reply-To: References: <4F481E93.1090400@oracle.com> <4F482524.6060106@oracle.com> <81cd5eb1c3b61c2eaed616b869a8e1a3.squirrel@www.l-i-e.com> Date: Mon, 27 Feb 2012 14:16:34 -0800 Message-ID: To: Ferenc Kovacs Cc: Richard Lynch , Christopher Jones , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=f46d04428e5c9f453304b9f976dd Subject: Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure From: kris.craig@gmail.com (Kris Craig) --f46d04428e5c9f453304b9f976dd Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I've got a CentOS 5.7 VM running at work and the PHP package returned by yum is 5.1.6. Don't have my Ubuntu box with me at the moment but I'm pretty sure it's 5.1.x as well. You probably have rpmforge or CentALT enabled and that's where it's pulling the newer build. But even then, the latest one you'll get is 5.2.17. I'm not aware of any widely available repos that have 5.3.x. --Kris On Mon, Feb 27, 2012 at 2:11 PM, Ferenc Kovacs wrote: > >> @Lester Generally, this is a problem that surfaces in manual PHP builds. >> You're correct in that the packaged repos tend to handle all that stuff >> for >> you anyway. However, these repos are rarely updated (I think CentOS and >> Ubuntu are both still stuck on 5.1), so it's often necessary to build PH= P >> manually if you want to take advantage of the latest features. In these >> cases, being able to isolate the PHP configuration tends to make the mos= t >> sense, hence why this new option switch is necessary IMHO. >> >> > AFAIR centos 5.7 provides php 5.2.1 > (centos 4 has only Maintenance updates, for 2 more days) > the oldest ubuntu (8,04 lts) also have 5.2.4 > so I think that the only distro with support that ships >=3D5.2 is rhel 4 > with the Extended life cycle. > but usually there are semi-official/community repos providing more > up-to-date versions for each distribution. > > -- > Ferenc Kov=E1cs > @Tyr43l - http://tyrael.hu > --f46d04428e5c9f453304b9f976dd--