Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57912 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82364 invoked from network); 21 Feb 2012 01:36:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2012 01:36:17 -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 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:42373] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/32-43552-D05F24F4 for ; Mon, 20 Feb 2012 20:36:13 -0500 Received: by werm1 with SMTP id m1so4431055wer.29 for ; Mon, 20 Feb 2012 17:36:10 -0800 (PST) Received-SPF: pass (google.com: domain of kris.craig@gmail.com designates 10.180.80.226 as permitted sender) client-ip=10.180.80.226; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kris.craig@gmail.com designates 10.180.80.226 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.226]) by 10.180.80.226 with SMTP id u2mr25003986wix.0.1329788170414 (num_hops = 1); Mon, 20 Feb 2012 17:36:10 -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=JsP8Rccc0ddIOVIbkR1ffKFV5H5HaIrsM9zK8YzDRp8=; b=lb7v7vlXJNG7SWY9qcLzRNESUeCv7raRAOyzMTZ8Zf9oMAsr8FFfJBJM4QYR4kBcST W2HgbrDF4aO+2lx8pAhavKDVX3YknGNFJWfskZX2NUNpb/Z3EAv6FV0aSbP9cvSw1Y+P GglvNlRHIDft3t7CWNE6rempU4PslHzFSgNuQ= MIME-Version: 1.0 Received: by 10.180.80.226 with SMTP id u2mr20839800wix.0.1329788170316; Mon, 20 Feb 2012 17:36:10 -0800 (PST) Received: by 10.223.116.201 with HTTP; Mon, 20 Feb 2012 17:36:10 -0800 (PST) In-Reply-To: <1329787802.5242.327.camel@guybrush> References: <1329787802.5242.327.camel@guybrush> Date: Mon, 20 Feb 2012 17:36:10 -0800 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d044288d284aa9a04b96f6f28 Subject: Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure From: kris.craig@gmail.com (Kris Craig) --f46d044288d284aa9a04b96f6f28 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable @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 existing 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.conf > > 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 > > --f46d044288d284aa9a04b96f6f28--