Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58215 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93218 invoked from network); 27 Feb 2012 23:06:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2012 23:06:38 -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 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:36718] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/93-11273-C7C0C4F4 for ; Mon, 27 Feb 2012 18:06:37 -0500 Received: by wibhm4 with SMTP id hm4so3645605wib.29 for ; Mon, 27 Feb 2012 15:06:33 -0800 (PST) Received-SPF: pass (google.com: domain of kris.craig@gmail.com designates 10.180.99.7 as permitted sender) client-ip=10.180.99.7; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kris.craig@gmail.com designates 10.180.99.7 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.7]) by 10.180.99.7 with SMTP id em7mr32837625wib.7.1330383993565 (num_hops = 1); Mon, 27 Feb 2012 15:06:33 -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=FW6afwn4ljhtMFiOMqgEpVwYhU12PbYHwCUwpi15Oo0=; b=l/WKFqfBw3bSMxT8O9/2YkNH30EO5Wt5T+wvq1ARSp8HXOn/eB9hLTydrK5avPae2q ZDfekuGBg31KsPnKT5YPcfi4gRhZXZV+HKvLkjqylyuKwp8FbsAAHviPfGkG6gDHpqEU sBy6hkM8MmSsOvdiUP58nfHBTARPsVGkpiFeU= MIME-Version: 1.0 Received: by 10.180.99.7 with SMTP id em7mr26011488wib.7.1330383993481; Mon, 27 Feb 2012 15:06:33 -0800 (PST) Received: by 10.223.75.146 with HTTP; Mon, 27 Feb 2012 15:06:33 -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 15:06:33 -0800 Message-ID: To: Ferenc Kovacs Cc: Richard Lynch , Christopher Jones , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=f46d0418280458a95004b9fa292a Subject: Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure From: kris.craig@gmail.com (Kris Craig) --f46d0418280458a95004b9fa292a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes but you have to download those RPM's manually. If you just use the default repo (i.e. "yum install php") as most sysadmins do, you're gonna get something MUCH older than that. Plus there are still occasions where a manual build is preferable to using an RPM. --Kris On Mon, Feb 27, 2012 at 2:46 PM, Ferenc Kovacs wrote: > > > On Mon, Feb 27, 2012 at 11:16 PM, Kris Craig wrote= : > >> 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 >> >> > just checked, centos 5 provides php53 packages, see > http://mirror.centos.org/centos/5/os/i386/CentOS/ . > and here is the semi-official centos repo that I mentioned: > http://dev.centos.org/centos/5/testing/i386/RPMS/ > oldest ubuntu (hardy) provides 5.2.4: > http://packages.ubuntu.com/hardy/php5 > > -- > Ferenc Kov=E1cs > @Tyr43l - http://tyrael.hu > --f46d0418280458a95004b9fa292a--