Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47974 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69441 invoked from network); 15 Apr 2010 11:30:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2010 11:30:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.219 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.218.219 mail-bw0-f219.google.com Received: from [209.85.218.219] ([209.85.218.219:54423] helo=mail-bw0-f219.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/CE-20494-0F8F6CB4 for ; Thu, 15 Apr 2010 07:30:57 -0400 Received: by bwz19 with SMTP id 19so2624bwz.1 for ; Thu, 15 Apr 2010 04:30:53 -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:received:message-id:subject:from:to:cc:content-type; bh=mul94t7OmDxKrPqA9mtaL5UKpsKB+f515FtCaxqc93s=; b=McXgohp3gcULU1BHRToQZ+WDeDQLYbLHvyahTeLu9PBcWCyP5xZP9O2aXbtZOR8d3L hSVVW2997X7e13No6FMK7DZ4NpeFirQa1OmgGzE4AXIXwKaqt9ueAgrMgAv5uifLdt+q 9DzqdmzJc5wPhoYUyPc/WNFYgQUOeMMtXUpbI= 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=Azmf4OGylvqMGa9Bg+XfjmJlRKwlV11F0HGrkIR0Z+D1QqamAX9vHMyQnYSpi3oNNK xGqPssqRpER5TkVd0SYEfReDnqsQZF0gimPSJeCIXvKcNJ7AaUXBv9laQQiTu0iiHVjb kXxgYNpiH+Cy273WF51+jXml6qhFtnZvN5K+I= MIME-Version: 1.0 Received: by 10.204.123.20 with HTTP; Thu, 15 Apr 2010 04:30:50 -0700 (PDT) In-Reply-To: <7.0.1.0.2.20100415141933.0e2a53d8@zend.com> References: <3bea96c41003301008va8ea1cbif8c16be11451eaf8@mail.gmail.com> <4BC4B553.3020807@oracle.com> <4BC4BBF9.4000903@oracle.com> <7.0.1.0.2.20100413215139.0dbcfdd8@zend.com> <7.0.1.0.2.20100415140350.0e2a5290@zend.com> <7.0.1.0.2.20100415141933.0e2a53d8@zend.com> Date: Thu, 15 Apr 2010 13:30:50 +0200 Received: by 10.204.73.143 with SMTP id q15mr118976bkj.184.1271331051439; Thu, 15 Apr 2010 04:30:51 -0700 (PDT) Message-ID: To: Zeev Suraski Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e6dd9820b6a45b048444d3b4 Subject: Re: [PHP-DEV] [RFC] FPM INI syntax From: tyra3l@gmail.com (Ferenc Kovacs) --0016e6dd9820b6a45b048444d3b4 Content-Type: text/plain; charset=UTF-8 On Thu, Apr 15, 2010 at 1:21 PM, Zeev Suraski wrote: > BTW - I think the include discussion is very much secondary here. I'm not > sure why we really need include for this particular config file, and it may > make sense to separate these two things altogether - moving to fpm.ini, and > whether or not we want .ini files to support include. > Yep, this what I'm trying to say. I thought that the include parameter in the global.ini is just a normal config variabla, which isn't interpreted by the php parse ini method, only just tells the fpm, to include that files manualy and merge the contents of that files into the original configuration parsed from the global.ini. But as far as I understand the patch and the discussion, it seems that Jerome proposed to change the internal working of the ini parsing, to add general support for includes. Tyrael --0016e6dd9820b6a45b048444d3b4--