Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58272 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48718 invoked from network); 28 Feb 2012 20:19:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2012 20:19:55 -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:60307] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/52-36673-9E63D4F4 for ; Tue, 28 Feb 2012 15:19:54 -0500 Received: by werh12 with SMTP id h12so1974334wer.29 for ; Tue, 28 Feb 2012 12:19:51 -0800 (PST) Received-SPF: pass (google.com: domain of kris.craig@gmail.com designates 10.180.24.4 as permitted sender) client-ip=10.180.24.4; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kris.craig@gmail.com designates 10.180.24.4 as permitted sender) smtp.mail=kris.craig@gmail.com; dkim=pass header.i=kris.craig@gmail.com Received: from mr.google.com ([10.180.24.4]) by 10.180.24.4 with SMTP id q4mr10983714wif.7.1330460391014 (num_hops = 1); Tue, 28 Feb 2012 12:19:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=rr2L7WNOblPM8pZRHF92hmvOhKW7+J/07BciiCYUIMo=; b=hMUs58o+o5wWXTrprQkUYKHXr5M8TBy1271MqlXob4gx6M1YjISRM9B9fizk1iCrJh mDpWebwg+UHGV4RgXB8UBR6ZahBkP2WjOu820hr5bIgcdA5MrQ6DuI+6FYBrcf7Y84ks I8ildZPr0SkkL5zf/Nlkq0AxVjuT4kw3zEphs= MIME-Version: 1.0 Received: by 10.180.24.4 with SMTP id q4mr8728372wif.7.1330460390951; Tue, 28 Feb 2012 12:19:50 -0800 (PST) Received: by 10.223.75.146 with HTTP; Tue, 28 Feb 2012 12:19:50 -0800 (PST) Date: Tue, 28 Feb 2012 12:19:50 -0800 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=f46d043be1c6fd8c5e04ba0bf27f Subject: [VOTE] APXS LoadModule Option in configure From: kris.craig@gmail.com (Kris Craig) --f46d043be1c6fd8c5e04ba0bf27f Content-Type: text/plain; charset=ISO-8859-1 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 --f46d043be1c6fd8c5e04ba0bf27f--