Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46491 invoked from network); 25 Nov 2013 16:37:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2013 16:37:52 -0000 Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 212.27.42.4 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 212.27.42.4 smtp4-g21.free.fr Linux 2.6 Received: from [212.27.42.4] ([212.27.42.4:51822] helo=smtp4-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/D7-34377-DDC73925 for ; Mon, 25 Nov 2013 11:37:51 -0500 Received: from schrodingerscat.famillecollet.com (unknown [82.241.130.121]) by smtp4-g21.free.fr (Postfix) with ESMTP id B16984C81EC for ; Mon, 25 Nov 2013 17:37:43 +0100 (CET) Message-ID: <52937CD5.5080904@fedoraproject.org> Date: Mon, 25 Nov 2013 17:37:41 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: PHP Internals References: <1385395857.23451.76.camel@guybrush> In-Reply-To: <1385395857.23451.76.camel@guybrush> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Allowing [SAPI=] entries in ini files. From: remi@fedoraproject.org (Remi Collet) Le 25/11/2013 17:10, Johannes Schlüter a écrit : > 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 ... For downstream distribution, for additionnal extensions we used to only provide an additional file in php.d, as we cannot change main .ini. Remi. > > johannes > > >