Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47541 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76681 invoked from network); 24 Mar 2010 06:28:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2010 06:28:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.177 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.223.177 mail-iw0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:50026] helo=mail-iw0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/D0-06060-011B9AB4 for ; Wed, 24 Mar 2010 01:28:33 -0500 Received: by iwn7 with SMTP id 7so6145600iwn.26 for ; Tue, 23 Mar 2010 23:28:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=kzwuvcute733/dhO0F7qPJQzYVsqvSov7ybcZG8012k=; b=NbrU36phELDbRe3UFpAdUQWJ36iR6/JH9T+4fyWdEt8LXjwk77+XhrT+YceLGojVgE eEFqI5Yka9S8GmlAkS8e/CeDUZDbqU99zD6mI7KskNPuDoHD0g3Aa5FM2sIr07Kj+eNI s6iyZxAwAfP6kvrlOyXSQHUUKXmN58EBtF9LE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=QwtJTCgBhykA09E7UqWqopgFzY2KFKAvwU0NwFwtE52D9xCAJ+oQiEwCi/aKyfKnEw LcdrkdxzIxcJXi0EYTA9az6gkXofGgnFnZzxkSwUjJOsuKjqQV7sMyk5fyPvFscDscue /P/9J/v8SBuP0d06Otr4lQ9wW9PKur7Q+lEP8= MIME-Version: 1.0 Received: by 10.231.172.210 with SMTP id m18mr757795ibz.21.1269412110554; Tue, 23 Mar 2010 23:28:30 -0700 (PDT) In-Reply-To: <4BA9ADBD.2080602@zend.com> References: <4BA8EF6F.8010503@daylessday.org> <4BA8F72E.5090701@sci.fi> <4BA8F985.1090109@daylessday.org> <4BA919D2.3060605@daylessday.org> <7.0.1.0.2.20100323222839.12d7b088@zend.com> <3bea96c41003231344l20e6c64ewad7715bebc2f773f@mail.gmail.com> <4BA9ADBD.2080602@zend.com> Date: Tue, 23 Mar 2010 23:28:30 -0700 Message-ID: To: Stanislav Malyshev Cc: =?UTF-8?B?SsOpcsO0bWUgTG95ZXQ=?= , php-dev Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] FPM RFC From: mike503@gmail.com (Michael Shadle) 2010/3/23 Stanislav Malyshev : > Actually, if you have extension parsing the .ini, nobody prevents you from > having: > > include[]=another.ini > > and have your extension interpret it as it wishes (i.e parse another file). > Only problem you have is if you want PHP to do it automatically for you. So > for FPM it shouldn't be a problem. I want PHP core to do it. Not only for FPM but for many other reasons. :) MySQL does a !includedir thing... # * IMPORTANT: Additional settings that can override those from this file! # The files must end with '.cnf', otherwise they'll be ignored. # !includedir /etc/mysql/conf.d/