Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47539 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73674 invoked from network); 24 Mar 2010 06:14:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2010 06:14:30 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@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: stas@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:60124] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/30-06060-2CDA9AB4 for ; Wed, 24 Mar 2010 01:14:28 -0500 Received: from us-gw1.zend.com (unknown [192.168.16.5]) by il-mr1.zend.com (Postfix) with ESMTP id CB59C504B8; Wed, 24 Mar 2010 07:54:42 +0200 (IST) Received: from [192.168.27.4] ([192.168.27.4]) by us-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 23 Mar 2010 23:14:21 -0700 Message-ID: <4BA9ADBD.2080602@zend.com> Date: Tue, 23 Mar 2010 23:14:21 -0700 Organization: Zend Technologies User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100227 Lightning/1.0b1 Thunderbird/3.0.3 MIME-Version: 1.0 To: Michael Shadle CC: =?UTF-8?B?SsOpcsO0bWUgTG95ZXQ=?= , php-dev 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> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Mar 2010 06:14:21.0637 (UTC) FILETIME=[3E7B4F50:01CACB19] Subject: Re: [PHP-DEV] FPM RFC From: stas@zend.com (Stanislav Malyshev) Hi! > That was something I brought up to internals a while back, was adding > in the ability for includes in the php.ini file. I can see many usage > models for this, from distributions to web hosting managers. 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. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com