Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58618 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57747 invoked from network); 5 Mar 2012 19:24:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2012 19:24:51 -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 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:40662] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/EB-35539-203155F4 for ; Mon, 05 Mar 2012 14:24:51 -0500 Received: by wibhj13 with SMTP id hj13so1935443wib.29 for ; Mon, 05 Mar 2012 11:24:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ULPYkeF0K4+rzG33wZ5b6jgPQcPBumSvpx7xCPbNJ8U=; b=yh5FLwfzZy3mnpOfTTeqms4QC4ZKaf8koDkjjM2Wcf/ocY8S70ESSgt4m8wUR7FR7I LsainR9e99cqrNOvG8Jvb2x4PUZCtcOX/n/Np/4Qu6+kINvU9MXLgPcbB2R9vByaPcdq eQ9GicpWZrNfQ1pMWRYBVl50ta1RcnzGaqJArddwX1L4SS+cLjgXlrhLXMckHfv83Wg5 wEv1LfN9I5i6S+TYL2DK4xVWxkzMN8B1rwjuqiCMFvFU2YW12Z7PONyCMFYyHjoNC+j8 St/OYwDVHbiyekktCq2IVOZVwmR2pQl/hrYTRa5Akr43reEn++i0FR1wUZENTyx5S8P7 1HlQ== MIME-Version: 1.0 Received: by 10.180.92.165 with SMTP id cn5mr16148904wib.1.1330975487684; Mon, 05 Mar 2012 11:24:47 -0800 (PST) Received: by 10.223.111.78 with HTTP; Mon, 5 Mar 2012 11:24:47 -0800 (PST) In-Reply-To: References: Date: Mon, 5 Mar 2012 11:24:47 -0800 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=f46d043c092625f0c304ba83e113 Subject: Re: [VOTE] APXS LoadModule Option in configure From: kris.craig@gmail.com (Kris Craig) --f46d043c092625f0c304ba83e113 Content-Type: text/plain; charset=ISO-8859-1 FYI- Voting will be closed at 2 PM (PST) tomorrow. --Kris On Thu, Mar 1, 2012 at 1:04 PM, Kris Craig wrote: > Just a friendly reminder to vote on this if you haven't already. 5 people > have voted on it thus far but I'd like to have at least twice that by the > time voting closes. > > You can read the RFC and vote on it at: > https://wiki.php.net/rfc/apxs-loadmodule > > > Thanks! > > --Kris > > > > On Tue, Feb 28, 2012 at 12:19 PM, Kris Craig wrote: > >> Hi all, >> >> It looks like we've reached a consensus on this, so absent any >> objections, I went ahead and moved this to the voting phase. >> >> If you're eligible to vote on RFC's, please navigate to the RFC and cast >> your vote now: >> >> https://wiki.php.net/rfc/apxs-loadmodule >> >> >> In case you weren't following the previous thread, this is a very >> low-impact RFC that will add a new, optional switch to the configure >> script. This switch, if specified, would tell APXS (which already has this >> functionality built-in) not to write the LoadModule line to httpd.conf when >> "make install" is performed. This is a feature that has been requested for >> some time and would allow people with manually-built PHP installs to >> isolate their mod_php hooks in a separate php.conf file without having to >> manually edit httpd.conf whenever a new build is performed. >> >> If this optional switch is not specified, the configure script will >> behave exactly as it does now. As such, this RFC will *not* alter >> configure's existing behavior unless you explicitly include this new switch. >> >> >> Please let me know if you have any last-minute questions. Otherwise, >> happy voting! Thanks! >> >> --Kris >> >> > --f46d043c092625f0c304ba83e113--