Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47908 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77585 invoked from network); 13 Apr 2010 10:51:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2010 10:51:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=arvids.godjuks@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arvids.godjuks@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arvids.godjuks@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:54235] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/AD-32795-0CC44CB4 for ; Tue, 13 Apr 2010 06:51:45 -0400 Received: by wyb34 with SMTP id 34so1731356wyb.29 for ; Tue, 13 Apr 2010 03:51:41 -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 :date:received:message-id:subject:from:to:content-type; bh=Ib+5yQsXtoud9o/zR29FkVK3Apz74Aw7z+j1zyP8++E=; b=p49e1W0MLbLb9tEjHtJwUzf2gq/mJHMB81bxm5dab9zpO4r2xgCZKxSP8k51V+ZAti o8VNmsSbHN9SGVG/E/1HDGOBFDWrMSNG9zMaPp6pd9+5ruOK31/kGdezPEPbPF6sKXJV O2kxMcZ8o31QFNd8jMC5+Y5O52/JvssUIwZNE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TOk1dall4tNSvIzaEnbXJ6xwUkw9XEuK52xIzPf2RfDcuDvEAI6vvRX4icT4uQ3kwS +Cs1cK8D+DfDWEmdCMy3NNWZGWHTcOhK69w0IMJoXvCnffhIn4vCAuVpXyaN7Pcz2qpk fTMlWSbpkhT65S2oVk+f6VH14r4arpEsslV6I= MIME-Version: 1.0 Received: by 10.216.64.12 with HTTP; Tue, 13 Apr 2010 03:51:41 -0700 (PDT) In-Reply-To: References: <3bea96c41003301008va8ea1cbif8c16be11451eaf8@mail.gmail.com> Date: Tue, 13 Apr 2010 13:51:41 +0300 Received: by 10.216.90.143 with SMTP id e15mr3203433wef.110.1271155901730; Tue, 13 Apr 2010 03:51:41 -0700 (PDT) Message-ID: To: php-dev Content-Type: multipart/alternative; boundary=0016e6db2998fa11f604841c0b3c Subject: Re: [PHP-DEV] [RFC] FPM INI syntax From: arvids.godjuks@gmail.com (Arvids Godjuks) --0016e6db2998fa11f604841c0b3c Content-Type: text/plain; charset=UTF-8 Hello. Here is some userland feedback: I was following the thread closely, because I use fastcgi all the time. I can now say for sure, that you did really good job with ini syntax - the one you have at the moment looks and feels just perfect. And includes make it really easy to use - it's what XML syntax lacks. Please roll that out as soon as possible, i'd like to get my hands on that in stable release to use :) --0016e6db2998fa11f604841c0b3c--