Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57910 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77522 invoked from network); 21 Feb 2012 01:25:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2012 01:25:00 -0000 Authentication-Results: pb1.pair.com header.from=jeremiah.dodds@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jeremiah.dodds@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.42 as permitted sender) X-PHP-List-Original-Sender: jeremiah.dodds@gmail.com X-Host-Fingerprint: 209.85.160.42 mail-pw0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:52149] helo=mail-pw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/91-43552-A62F24F4 for ; Mon, 20 Feb 2012 20:24:59 -0500 Received: by pbcwz12 with SMTP id wz12so7711462pbc.29 for ; Mon, 20 Feb 2012 17:24:54 -0800 (PST) Received-SPF: pass (google.com: domain of jeremiah.dodds@gmail.com designates 10.68.216.170 as permitted sender) client-ip=10.68.216.170; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jeremiah.dodds@gmail.com designates 10.68.216.170 as permitted sender) smtp.mail=jeremiah.dodds@gmail.com; dkim=pass header.i=jeremiah.dodds@gmail.com Received: from mr.google.com ([10.68.216.170]) by 10.68.216.170 with SMTP id or10mr12770652pbc.3.1329787494226 (num_hops = 1); Mon, 20 Feb 2012 17:24:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=wiaW8vAmvm1AK5dFe9gw5bqAMxB8lK8c/M97uRjcnng=; b=d6bwsmD0Echq06V6ahLljo5kkvfoA8cFsVkqYU9lCIXjTLms9Va3DwjtU1d238sHTB zbzg7Djc4NA4R5ywR9rT7xaoclYFui4oGxmL+hwP5SUUYaM9et+AbHKpZ4kn6g/39ZM6 SAE0SNOyw2VJUNIjhh7AJnLXwZjWJ+a3ryuM8= Received: by 10.68.216.170 with SMTP id or10mr10349964pbc.3.1329787494132; Mon, 20 Feb 2012 17:24:54 -0800 (PST) Received: from destructor (ip98-180-233-170.cl.ri.cox.net. [98.180.233.170]) by mx.google.com with ESMTPS id z10sm14572747pbq.55.2012.02.20.17.24.51 (version=SSLv3 cipher=OTHER); Mon, 20 Feb 2012 17:24:53 -0800 (PST) To: internals@lists.php.net References: Date: Mon, 20 Feb 2012 20:24:47 -0500 In-Reply-To: (Kris Craig's message of "Mon, 20 Feb 2012 17:02:15 -0800") Message-ID: <87sji5f068.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [PHP-DEV] [RFC] APXS LoadModule Option in configure From: jeremiah.dodds@gmail.com Kris Craig writes: > 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 > > Thanks! > > --Kris I, for one, would prefer this behavior to be toggalable at the least, and preferably to not touch httpd.conf by default.