Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47529 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78461 invoked from network); 23 Mar 2010 22:36:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 22:36:36 -0000 Authentication-Results: pb1.pair.com header.from=dreamcat4@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=dreamcat4@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.209 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: dreamcat4@gmail.com X-Host-Fingerprint: 209.85.220.209 mail-fx0-f209.google.com Received: from [209.85.220.209] ([209.85.220.209:42619] helo=mail-fx0-f209.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/00-12746-07249AB4 for ; Tue, 23 Mar 2010 17:36:34 -0500 Received: by fxm1 with SMTP id 1so7794272fxm.13 for ; Tue, 23 Mar 2010 15:35:50 -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 :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=CgaOQmrTvzQV9JEQcelNipFCm2OObx8LobgKo/8y1QM=; b=S6W3p4DQWqw83Bbcmla8qPv8U4xAoKj78SJ1fuGc0abcFVZfITNQNM5eXHqE6ilmeh oDRYQl2i0coOQUfhXIJHC5F2QxycS39BLpDN9vw/OlWsBzw6Cfr35krG86EXYCiceSwE O8KT1j+XWIzkg1GY34GjoYrvT4G5yKmfBXVcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=WrirQb0clZ58oGzH0Y6dVJ01By9x+PhLf2YgpOhBo0ICHj5gwgZbw4VzIzB2G1aqBu NODh31QgoRWAQSh5JTkE28JMvnXaEhPx5Abl9N1h6EV3GA8nunjDWa+sFfaQbwhNmigK wQq/0y5pRATjJ9+q/Z21NuHNIiRS3uLdaxM6g= MIME-Version: 1.0 Received: by 10.223.76.79 with SMTP id b15mr2265587fak.89.1269383750247; Tue, 23 Mar 2010 15:35:50 -0700 (PDT) In-Reply-To: <7.0.1.0.2.20100324000837.13ff3080@zend.com> References: <4BA8EF6F.8010503@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> Date: Tue, 23 Mar 2010 22:35:30 +0000 Message-ID: <99cf22521003231535r3be0089x689ed6f0e0137b61@mail.gmail.com> To: Zeev Suraski Cc: Derick Rethans , Antony Dovgal , php-dev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] FPM RFC From: dreamcat4@gmail.com (dreamcat four) On Tue, Mar 23, 2010 at 10:16 PM, Zeev Suraski wrote: > 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; =C2=A0The little configur= ation > 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. Maybe its valid to make an exception for FPM, given that it has an exceptional number of configuration options. I would ask, how easy is PHP.ini to debug? One great thing about the nginx configuration parser is that it gives decent error messages when you've got the config all wrong. But in any case I dont believe you should require Antony to implement this if its out of his area of expertise, and there are plenty of other people around who can contribute the code better / more enthusiastically. >> =C2=A0That 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 versi= on > of PHP, and I think many others think that way if past discussions are an= y > indication. =C2=A0That's what RFCs are for - if people can just go ahead = and > implement their original thoughts without paying attention to feedback, w= hy > 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 > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >