Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47972 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65183 invoked from network); 15 Apr 2010 11:17:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2010 11:17:48 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:42000] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/ED-20494-8D5F6CB4 for ; Thu, 15 Apr 2010 07:17:47 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 16083504C6; Thu, 15 Apr 2010 13:56:48 +0300 (IDT) Received: from LAP-ZEEV.zend.com ([10.1.2.50]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 15 Apr 2010 14:17:39 +0300 Message-ID: <7.0.1.0.2.20100415141404.0e2a5520@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Thu, 15 Apr 2010 14:17:38 +0300 To: Ferenc Kovacs Cc: Derick Rethans , Christopher Jones , =?iso-8859-1?Q?J=C3=A9r=C3=B4me?= Loyet , php-dev In-Reply-To: References: <3bea96c41003301008va8ea1cbif8c16be11451eaf8@mail.gmail.com> <4BC4B553.3020807@oracle.com> <4BC4BBF9.4000903@oracle.com> <7.0.1.0.2.20100413215139.0dbcfdd8@zend.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-OriginalArrivalTime: 15 Apr 2010 11:17:39.0686 (UTC) FILETIME=[4273B860:01CADC8D] Subject: Re: [PHP-DEV] [RFC] FPM INI syntax From: zeev@zend.com (Zeev Suraski) At 14:12 15/04/2010, Ferenc Kovacs wrote: >Agree, I thought that the include part will be handled from the application. Not sure what you mean by that. >I mean you parse the global config, read the include param, and read >each of the matching ini for merging them to the original config format. Assuming you meant '... merging them to the original global config', then as far as I understand that's exactly what's on the table (if&when include is implemented). So I'm not sure what exactly you're agreeing with... Zeev