Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57911 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80005 invoked from network); 21 Feb 2012 01:30:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2012 01:30:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:55227] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/E1-43552-F93F24F4 for ; Mon, 20 Feb 2012 20:30:08 -0500 Received: from [192.168.2.230] (host-188-174-203-183.customer.m-online.net [188.174.203.183]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 2E8446005A; Tue, 21 Feb 2012 02:30:04 +0100 (CET) To: Kris Craig Cc: internals@lists.php.net In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 21 Feb 2012 02:30:02 +0100 Message-ID: <1329787802.5242.327.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?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. =) > > > 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