Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47540 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75106 invoked from network); 24 Mar 2010 06:20:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2010 06:20:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.117 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.117 us-mr1.zend.com Received: from [63.205.162.117] ([63.205.162.117:48870] helo=us-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/70-06060-B2FA9AB4 for ; Wed, 24 Mar 2010 01:20:28 -0500 Received: from us-gw1.zend.com (us-ex1.zend.net [192.168.16.5]) by us-mr1.zend.com (Postfix) with ESMTP id BF1E643F73; Tue, 23 Mar 2010 23:21:39 -0700 (PDT) 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:20:25 -0700 Message-ID: <4BA9AF28.7080308@zend.com> Date: Tue, 23 Mar 2010 23:20:24 -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: Derick Rethans CC: Zeev Suraski , Antony Dovgal , 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> <7.0.1.0.2.20100323225305.12e71c38@zend.com> <4BA92B72.1050207@daylessday.org> <7.0.1.0.2.20100323230046.12e71d80@zend.com> <7.0.1.0.2.20100324000837.13ff3080@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Mar 2010 06:20:25.0140 (UTC) FILETIME=[17257740:01CACB1A] Subject: Re: [PHP-DEV] FPM RFC From: stas@zend.com (Stanislav Malyshev) Hi! > That's not true. You configure the fastcgi SAPI for lighttpd in the > lighttpd config, in LUA. Sure, it's the web-server side of it, but it's > no different from sapi/fpm which is its own little wrapper instead of > the one that comes with lighttpd. Actually, it is different. lighty is not a part of PHP, and lives entirely independent, only thing PHP needs from it is the process to be started and communication through standard protocol. Here we have full server configuration inside PHP. > you even allow it to be in. And feedback can also come in patches if you > really find it so important to have a .ini syntax. I'm sure I could patch that and many others here could too, but here the problem is reaching consensus on the question and not writing a patch. If you're telling there's already consensus and the only problem is not having the patch - it'd be entirely different question, but I think we're far from being there. And writing a patch that extension maintainer explicitly opposes to sounds like waste of time... > - If somebody finds it necessary, write the code for it and we can > discuss whether we actually want a .ini file like syntax. We're already doing it now (discussing), why not finish it? -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com