Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70380 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41500 invoked from network); 25 Nov 2013 16:11:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2013 16:11:17 -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.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:57072] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/C6-34377-3A673925 for ; Mon, 25 Nov 2013 11:11:16 -0500 Received: from [192.168.2.20] (ppp-188-174-50-67.dynamic.mnet-online.de [188.174.50.67]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 1AE9842938; Mon, 25 Nov 2013 17:11:34 +0100 (CET) To: RQuadling@GMail.com Cc: PHP internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Mon, 25 Nov 2013 17:10:57 +0100 Message-ID: <1385395857.23451.76.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Allowing [SAPI=] entries in ini files. From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Sat, 2013-11-16 at 13:54 +0200, Richard Quadling wrote: > I created a patch https://github.com/php/php-src/pull/466 to allow ini > files to have a SAPI section, just like they can have a HOST and PATH > section. Mind that we have per-SAPI configuration files (php-$SAPI.ini). I'd like to keep the the number of ways to configure PHP limited in order to prevent a mess ... johannes