Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4222 invoked from network); 28 Feb 2012 00:06:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2012 00:06:10 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; 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:55127] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/A1-30531-17A1C4F4 for ; Mon, 27 Feb 2012 19:06:10 -0500 Received: by wibhm4 with SMTP id hm4so3670470wib.29 for ; Mon, 27 Feb 2012 16:06:06 -0800 (PST) Received-SPF: pass (google.com: domain of kris.craig@gmail.com designates 10.180.80.40 as permitted sender) client-ip=10.180.80.40; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kris.craig@gmail.com designates 10.180.80.40 as permitted sender) smtp.mail=kris.craig@gmail.com; dkim=pass header.i=kris.craig@gmail.com Received: from mr.google.com ([10.180.80.40]) by 10.180.80.40 with SMTP id o8mr32338207wix.10.1330387566284 (num_hops = 1); Mon, 27 Feb 2012 16:06:06 -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=ddhJFrjK+CwWbvQVIRcg+rnuJRi2Z7moLN7B2n0xCiQ=; b=f2ctiEhk32Y2IdByyUad2h6LkxhFaugbSBO+1rpop9tSsVVBDeq6Vu++eUM7HwpOBJ kylnyN1S44oPc1oTHdXAnHtDmGw03MIx0+q0LKfIOYLrsVdS4EoB5VC+T0caaHTCpwBl RvMrZIM5BnbxObfOFftRfWhkZRndncarH4a/U= MIME-Version: 1.0 Received: by 10.180.80.40 with SMTP id o8mr25574925wix.10.1330387566207; Mon, 27 Feb 2012 16:06:06 -0800 (PST) Received: by 10.223.75.146 with HTTP; Mon, 27 Feb 2012 16:06:06 -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 16:06:06 -0800 Message-ID: To: Gergo Erdosi Cc: Ferenc Kovacs , Richard Lynch , Christopher Jones , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=f46d04428b8e4c231204b9fafe99 Subject: Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure From: kris.craig@gmail.com (Kris Craig) --f46d04428b8e4c231204b9fafe99 Content-Type: text/plain; charset=ISO-8859-1 Hmm didn't know that. I stand corrected! That being said, unless we're talking about dropping the configure script altogether in favor of reliance on RPM's and repos, this RFC is still a no-brainer. =) --Kris On Mon, Feb 27, 2012 at 3:56 PM, Gergo Erdosi wrote: > 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. 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 > --f46d04428b8e4c231204b9fafe99--