Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58055 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89903 invoked from network); 24 Feb 2012 23:54:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2012 23:54:43 -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:62465] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/E5-17132-243284F4 for ; Fri, 24 Feb 2012 18:54:43 -0500 Received: by wibhm4 with SMTP id hm4so2089369wib.29 for ; Fri, 24 Feb 2012 15:54:40 -0800 (PST) Received-SPF: pass (google.com: domain of kris.craig@gmail.com designates 10.216.132.94 as permitted sender) client-ip=10.216.132.94; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kris.craig@gmail.com designates 10.216.132.94 as permitted sender) smtp.mail=kris.craig@gmail.com; dkim=pass header.i=kris.craig@gmail.com Received: from mr.google.com ([10.216.132.94]) by 10.216.132.94 with SMTP id n72mr2348926wei.4.1330127680316 (num_hops = 1); Fri, 24 Feb 2012 15:54:40 -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=6ukCY04nFmRK4Clbxdaxg70G1vaplxLbdW2CG8FeRxY=; b=QziFnDIMTGr3+Ok+6ueTFNopyKlQs1oPbtLJAq5BhfIhRcuzDJwS1QNeqNZSnGSVW3 TA1kMkl/2vAD9V18h+r9RkHiYIETx1gr+4O4J5oX5bh51pB3fCQafctUtbctXfROtW/1 pOvWTaEZi8AP/YuK+IvrzlpamQWbjMmJqeKkA= MIME-Version: 1.0 Received: by 10.216.132.94 with SMTP id n72mr1883947wei.4.1330127680241; Fri, 24 Feb 2012 15:54:40 -0800 (PST) Received: by 10.223.75.146 with HTTP; Fri, 24 Feb 2012 15:54:40 -0800 (PST) In-Reply-To: <4F481E93.1090400@oracle.com> References: <4F481E93.1090400@oracle.com> Date: Fri, 24 Feb 2012 15:54:40 -0800 Message-ID: To: Christopher Jones Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=0016e6da7d64e2ffb804b9be7b05 Subject: Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure From: kris.craig@gmail.com (Kris Craig) --0016e6da7d64e2ffb804b9be7b05 Content-Type: text/plain; charset=ISO-8859-1 Yeah since we pretty much rely on APXS to do the httpd.conf stuff, we're really limited in terms of what we can do. That is, unless we want to start manually doing this in the configure script in lieu of APXS, though I'm not sure that would be worth the trouble and the overhead. LoadModule clashes still happen in the current releases. I haven't tested it on 5.5-dev but it definitely exists on 5.3.x. I have yet to test it on 5.4 but I'm not aware of any changes there that would've affected this. So this is an existing problem, though admittedly it's really just more of an unnecessary annoyance. If you're doing QA work or something else that involves frequent PHP rebuilds and you have your PHP configuration in a separate .conf file (as is good practice anyway), this tends to become quite irritating. And since APXS already has the solution built-in, it seems kinda silly not to make use of it. The open question of course won't be in the RFC when voting begins. However, I have yet to hear from one single person on that question. I'll make an arbitrary decision on that if nobody cares, but I want to give everyone an opportunity to weigh-in on that question. At very least, could somebody tell me if we're still supporting Apache 1.3.x or not? If we are, any idea if/when we're planning on phasing that out? I'd feel a lot better if I at least knew where we stood on that. I'll look into the comma separation suggestion and see if that'll work. Mainly I just want to make sure we're not breaking any existing functionality; i.e. I want people to be able to not specify this at all and still get the same behavior they did before this change. --Kris On Fri, Feb 24, 2012 at 3:34 PM, Christopher Jones < christopher.jones@oracle.com> wrote: > > > On 02/24/2012 02:38 PM, Kris Craig wrote: > >> Thanks for the input! You're right, I'll go ahead and clarify that in the >> RFC. >> >> I'll probably initiate voting on Monday unless something changes between >> now and then. >> >> --Kris >> > > The real issue with the PHP install is that it doesn't add "AddType" > or "SetHandler" to update httpd.conf. Basic users relying on .php > file extensions have to manually edit the file. It would have been > friendly to make the default install "just work" for these people. > Experienced developers will want to make their own changes regardless > of what the base install does. > > Easier said than done, but that makes it a good project. > > > -- > Email: christopher.jones@oracle.com > Tel: +1 650 506 8630 > Blog: http://blogs.oracle.com/opal/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --0016e6da7d64e2ffb804b9be7b05--