Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70208 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31361 invoked from network); 19 Nov 2013 14:55:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2013 14:55:32 -0000 Authentication-Results: pb1.pair.com header.from=rquadling@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rquadling@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.182 as permitted sender) X-PHP-List-Original-Sender: rquadling@gmail.com X-Host-Fingerprint: 209.85.223.182 mail-ie0-f182.google.com Received: from [209.85.223.182] ([209.85.223.182:39628] helo=mail-ie0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/B2-15197-2EB7B825 for ; Tue, 19 Nov 2013 09:55:30 -0500 Received: by mail-ie0-f182.google.com with SMTP id as1so5063691iec.13 for ; Tue, 19 Nov 2013 06:55:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=wBEwceJFumq070ZqopZTcJT65KbJCOaUVqaVr6zyswU=; b=eXUHZUMEhslN6w2ofRHS5cQNX3oNW+apZ+kED0lYHPyrHIw3Ajxo25MI1T2zfKkrwj XKbz5wH3s9wUGC6jqxgVghaM52X5xX5hYpZwq2ipz51NnXGSO5a7dplu+vsP0Wdj3M/H Y/D+Ykrm6yL6rP/MeQ5VEC3ralnfuIONQxDAsKTqEsxmzHCMTmGrTvNaT7PX+Nd15DDp qyTmLTauDFpOBZidOj2O8jsa7ucARg3X4O5XTdBnSDnpzjZD245lRP3A6EXoDkgPB0IO tGpvYUZh+w2zjYkGpb6TvjWcSm0WWrc7NhitJ2/uDqAq5+44h27GHxLUIDp3lqD+Z9XY Ec3Q== X-Received: by 10.50.117.103 with SMTP id kd7mr19085190igb.4.1384872927479; Tue, 19 Nov 2013 06:55:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.223.10 with HTTP; Tue, 19 Nov 2013 06:55:07 -0800 (PST) Reply-To: RQuadling@GMail.com In-Reply-To: References: Date: Tue, 19 Nov 2013 14:55:07 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=089e013a084ce6d0b304eb88da1b Subject: Re: Allowing [SAPI=] entries in ini files. From: rquadling@gmail.com (Richard Quadling) --089e013a084ce6d0b304eb88da1b Content-Type: text/plain; charset=UTF-8 On 16 November 2013 11:54, Richard Quadling wrote: > Hi. > > 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. > > My use case is that the provider we are currently using does not allow us > to have our own INI file, just the additional directory, and there is no > way to differentiate between a CLI and a FAST-CGI setup in the additional > directory. > > The patch allows [SAPI=xxx] sections and they operate in a very similar > way to the [HOST] and [PATH] sections. > > Please can this be considered for inclusion into PHP at some stage. > > Regards, > > Richard Quadling. > > Anyone got the time to look at this? -- Richard Quadling Twitter : @RQuadling --089e013a084ce6d0b304eb88da1b--