Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70234 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23031 invoked from network); 20 Nov 2013 11:47:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2013 11:47:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=rquadling@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rquadling@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.181 as permitted sender) X-PHP-List-Original-Sender: rquadling@gmail.com X-Host-Fingerprint: 209.85.223.181 mail-ie0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:63324] helo=mail-ie0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/47-20870-641AC825 for ; Wed, 20 Nov 2013 06:47:18 -0500 Received: by mail-ie0-f181.google.com with SMTP id e14so6421107iej.40 for ; Wed, 20 Nov 2013 03:47:15 -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:cc:content-type; bh=52UMW3yZgE4SgquHP7MYwkF1DB7fpkFaQVrozqXpqfM=; b=PD5hITVZgxdAxdLzlc6hGmoaSUCM6CFqtZxlV+w+KjAU/XWSJBN31h3mvEN5y5PLSR NUH9D+93P8dOt5R3h0Toi6nf4usQw/xlqh7GAG9h4sZLTUXih6lu6v3Ag74h1m+QEPkF SWXCDO1EqBRU5YyFnwBIyWtj13VOOyAZfSuN2ehMy/EhskQE3oCektjpUmjVwFKh3srN UqQ1LZ0k05gH47vvktSECRSrogS2xYKnpy4VCgGvBekfLw0Fy6iNQUs+ZtwB5MldgMVO 4B7Jr9nmDVIBTWeFhUDz1d8haqq7Pzq/Y8EAcuYpNB1ZRqk+/34xE/L0eftvoummRL+S UBvg== X-Received: by 10.42.224.194 with SMTP id ip2mr92348icb.91.1384948035445; Wed, 20 Nov 2013 03:47:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.223.10 with HTTP; Wed, 20 Nov 2013 03:46:55 -0800 (PST) Reply-To: RQuadling@GMail.com In-Reply-To: <528C863F.8010000@gmail.com> References: <528C863F.8010000@gmail.com> Date: Wed, 20 Nov 2013 11:46:55 +0000 Message-ID: To: Alexey Zakhlestin Cc: PHP internals Content-Type: multipart/alternative; boundary=001a1133251eaf694604eb9a5784 Subject: Re: [PHP-DEV] Allowing [SAPI=] entries in ini files. From: rquadling@gmail.com (Richard Quadling) --001a1133251eaf694604eb9a5784 Content-Type: text/plain; charset=UTF-8 On 20 November 2013 09:51, Alexey Zakhlestin wrote: > On 16.11.13, 15:54, Richard Quadling wrote: > > The patch allows [SAPI=xxx] sections and they operate in a very similar > way > > to the [HOST] and [PATH] sections. > > That would be a good addition, but I wonder what would be the priority > of sections? > > Because that's something which needs to be carefully documented > > or is it just "latest wins"? > > SAPI is applied first, then the current order of HOST and then PATH. HOST and PATH only apply to specific SAPIs it seems (CGI and FPM). SAPI would apply to all SAPIs. Richard. -- Richard Quadling Twitter : @RQuadling --001a1133251eaf694604eb9a5784--