Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48199 invoked from network); 24 Feb 2012 21:38:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Feb 2012 21:38:30 -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:42622] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/9C-17132-553084F4 for ; Fri, 24 Feb 2012 16:38:29 -0500 Received: by wibhm4 with SMTP id hm4so2035425wib.29 for ; Fri, 24 Feb 2012 13:38:26 -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 ep4mr8650660wib.7.1330119506874 (num_hops = 1); Fri, 24 Feb 2012 13:38:26 -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 :content-type; bh=7IzEthi8BxsgE/pI4ec339+ISsDNKppTdsPKQhcWs1U=; b=Wm6i+tvGyBmi3Wtl1v3arQDBBnIl7fGbXFvV2lu8CJAKbPcgKLOJPS2luE5QS1sQxg qJuXWwsJr9P2BkixD3YT/8lnlJkMVYKe93lPZ6zVN2mOMv/4vIZ4woPV5fwDT6sxtFNR xpA3atFY1MNBoF04b31B3w33JMrIc57wGaMMA= MIME-Version: 1.0 Received: by 10.180.99.100 with SMTP id ep4mr6969228wib.7.1330119506780; Fri, 24 Feb 2012 13:38:26 -0800 (PST) Received: by 10.223.75.146 with HTTP; Fri, 24 Feb 2012 13:38:26 -0800 (PST) In-Reply-To: References: <1329787802.5242.327.camel@guybrush> Date: Fri, 24 Feb 2012 13:38:26 -0800 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d04428e5cb5e07804b9bc945a Subject: Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure From: kris.craig@gmail.com (Kris Craig) --f46d04428e5cb5e07804b9bc945a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Any further thoughts on this? --Kris On Mon, Feb 20, 2012 at 5:36 PM, Kris Craig wrote: > @Johannes Agreed. That was one of the reasons I decided to make the > existing behavior (i.e. "-a") the default. > > I haven't independently confirmed that issue in APXS but I have heard it > mentioned before; I'll test it myself when I get home just to make sure, > since the APXS docs are a bit vague on this. > > Either way, I think so long as our documentation is clear and the existin= g > behavior is default then it shouldn't pose a problem. > > --Kris > > > 2012/2/20 Johannes Schl=FCter > >> Hi, >> >> On Mon, 2012-02-20 at 17:02 -0800, Kris Craig wrote: >> > Opening discussion on RFC pertaining to adding a new option to the >> > configure script with regard to how/whether APXS touches the httpd.con= f >> > file. >> > >> > This is my first RFC post so please go easy on me if I screwed-up on >> > procedure in any way. =3D) >> > >> > >> > Here it is: https://wiki.php.net/rfc/apxs-loadmodule >> >> A bit history: >> >> The svn revision r192467 had this comment: >> >> - Changed -a to -A to prevent enabling PHP in httpd.conf automatically. >> # Most distributions use separate file in a conf.d/ directory to enable >> # PHP, using -a would add unnecessary line in the main httpd.conf and >> # causes a warning during startup. >> >> This was reverted in r194843 >> >> - Revert -a to -A change, bad idea: It disables EXISTING lines too! >> >> >> I think we should be careful there. >> >> johannes >> >> > --f46d04428e5cb5e07804b9bc945a--