Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58221 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2462 invoked from network); 27 Feb 2012 23:56:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2012 23:56:12 -0000 Authentication-Results: pb1.pair.com header.from=gergo@gergoerdosi.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=gergo@gergoerdosi.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gergoerdosi.com from 209.85.214.42 cause and error) X-PHP-List-Original-Sender: gergo@gergoerdosi.com X-Host-Fingerprint: 209.85.214.42 mail-bk0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:62572] helo=mail-bk0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/51-30531-B181C4F4 for ; Mon, 27 Feb 2012 18:56:11 -0500 Received: by bkcji17 with SMTP id ji17so1391461bkc.29 for ; Mon, 27 Feb 2012 15:56:08 -0800 (PST) Received-SPF: pass (google.com: domain of gergo@gergoerdosi.com designates 10.204.152.208 as permitted sender) client-ip=10.204.152.208; Authentication-Results: mr.google.com; spf=pass (google.com: domain of gergo@gergoerdosi.com designates 10.204.152.208 as permitted sender) smtp.mail=gergo@gergoerdosi.com Received: from mr.google.com ([10.204.152.208]) by 10.204.152.208 with SMTP id h16mr8465183bkw.6.1330386968435 (num_hops = 1); Mon, 27 Feb 2012 15:56:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.152.208 with SMTP id h16mr6819468bkw.6.1330386968159; Mon, 27 Feb 2012 15:56:08 -0800 (PST) Received: by 10.204.68.132 with HTTP; Mon, 27 Feb 2012 15:56:08 -0800 (PST) X-Originating-IP: [89.135.157.130] In-Reply-To: References: <4F481E93.1090400@oracle.com> <4F482524.6060106@oracle.com> <81cd5eb1c3b61c2eaed616b869a8e1a3.squirrel@www.l-i-e.com> Date: Tue, 28 Feb 2012 00:56:08 +0100 Message-ID: To: Kris Craig Cc: Ferenc Kovacs , Richard Lynch , Christopher Jones , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQmAhAP7o3YJ+hkUa1foUedBmrzhNvKciH0jX202dZt/smX9Loi1xpqeTd+Tr+QiuTUpWEmI Subject: Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure From: gergo@gergoerdosi.com (Gergo Erdosi) No, you don't. Since CentOS 5.6, PHP 5.3 is part of the base repository. You are right, "yum install php" installs 5.1, but you don't have to download anything to install 5.3, just type "yum install php53". Gergo Erdosi On Tue, Feb 28, 2012 at 12:06 AM, Kris Craig wrote: > Yes but you have to download those RPM's manually. =A0If you just use the > default repo (i.e. "yum install php") as most sysadmins do, you're gonna > get something MUCH older than that. =A0Plus there are still occasions whe= re a > manual build is preferable to using an RPM. > > --Kris