Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47526 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70062 invoked from network); 23 Mar 2010 22:16:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 22:16:43 -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:40484] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/53-51225-9CD39AB4 for ; Tue, 23 Mar 2010 17:16:43 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 2AF29504CB; Tue, 23 Mar 2010 23:56:59 +0200 (IST) Received: from LAP-ZEEV.zend.com ([10.1.20.44]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 24 Mar 2010 00:16:37 +0200 Message-ID: <7.0.1.0.2.20100324000837.13ff3080@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Wed, 24 Mar 2010 00:16:35 +0200 To: "Derick Rethans" Cc: "Antony Dovgal" , "php-dev" In-Reply-To: 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-OriginalArrivalTime: 23 Mar 2010 22:16:37.0775 (UTC) FILETIME=[817D11F0:01CACAD6] Subject: Re: [PHP-DEV] FPM RFC From: zeev@zend.com (Zeev Suraski) At 00:01 24/03/2010, Derick Rethans wrote: >I don't see how this actually matters. None of the other SAPIs are >configured with a php.ini syntax. None of the other SAPIs are configured, period; The little configuration they do have is done using php.ini. This SAPI requires much more configuration - and I agree it's equivalent to web server configuration - but given that it's going to be bundled in PHP, it should use the same syntax. > That includes IIS, Apache, Lighttpd >and others. This is more of a webserver thing than a "PHP thing" so I >don't see how it is relevant to require php.ini syntax if this XML >configure file works just fine already. I mean, it'd be *nice* to have a >non-XML syntax, but for me this is definitely not a requirement for FPM >to be added to trunk. If you (or somebody else) wants a php.ini syntax >for it, a patch can be written. It's Open Source after all. For me it is a requirement before the code makes it into a released version of PHP, and I think many others think that way if past discussions are any indication. That's what RFCs are for - if people can just go ahead and implement their original thoughts without paying attention to feedback, why bother? Personally I think that the person pushing the code should be responsible for implementing the feedback to the RFC (or getting others to do it). Zeev