Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58424 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 649 invoked from network); 1 Mar 2012 21:04:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Mar 2012 21:04:06 -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.42 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:33398] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/42-19316-444EF4F4 for ; Thu, 01 Mar 2012 16:04:05 -0500 Received: by wgbds10 with SMTP id ds10so1552342wgb.5 for ; Thu, 01 Mar 2012 13:04:02 -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 ep4mr14478411wib.7.1330635842221 (num_hops = 1); Thu, 01 Mar 2012 13:04:02 -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=KS8bgeqR/PWed7Knt0PyZAGrNhTR3FcCnqQ/0nPFj5A=; b=eveTtrfRgeOqN6KVhcqLaeiRTP2O784akHE8g17+ssnhhtHkQLIy87Q6iq90OnvUHL 7ZwfTvHCZsb98Gheb/QbIjOpc5K6IrzicMTYEZ2lXfgH/4ERf5J7zA/uMhAU6fstLZti fCbRmSzqtlYhAMz8MGIgfQDGNERsw/tshXlRUjC3obddoAJm2ZJPecblD9bgT00vN47Q QD1q1G6zt/2+l9Tr+nCUXVGBbFp1ce5Is5d3QkWKZeDx1BVkqREZpM9V2yDWWFQ3FjdC 5EU3zXpAtHnLaDYvSKKYxMXziRNS4yutt9hT8/hjxuYh3IjoSfznrUAqPdFqutdpXgS1 lwTw== MIME-Version: 1.0 Received: by 10.180.99.100 with SMTP id ep4mr11607901wib.7.1330635842150; Thu, 01 Mar 2012 13:04:02 -0800 (PST) Received: by 10.223.75.146 with HTTP; Thu, 1 Mar 2012 13:04:02 -0800 (PST) In-Reply-To: References: Date: Thu, 1 Mar 2012 13:04:02 -0800 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=f46d04428e5cb2609404ba34cc6a Subject: Re: [VOTE] APXS LoadModule Option in configure From: kris.craig@gmail.com (Kris Craig) --f46d04428e5cb2609404ba34cc6a Content-Type: text/plain; charset=ISO-8859-1 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 > > --f46d04428e5cb2609404ba34cc6a--