Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47514 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43079 invoked from network); 23 Mar 2010 21:03:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 21:03:58 -0000 Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.222.198 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 209.85.222.198 mail-pz0-f198.google.com Received: from [209.85.222.198] ([209.85.222.198:42105] helo=mail-pz0-f198.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/60-40779-DBC29AB4 for ; Tue, 23 Mar 2010 16:03:57 -0500 Received: by pzk36 with SMTP id 36so633685pzk.8 for ; Tue, 23 Mar 2010 14:03:54 -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:message-id:subject:from:to:cc:content-type; bh=KNxAsOxGpRk1bAgP915gMwyVuAWdb5xESvlnYLubnrU=; b=jJdQ7Qz7LWcBZ3Q3ofZD3Ot+LANKuMQSc4gp8O3avpZFfpjOWEzQ9e8WqWN21fp3yG KL3dCi0KMO+JT9CcNJJFYiAkbjxcH434mwJ9f5PE+NWkm0KE14Ecq+kKiuJjwfG/Zywp uTkEaEZyKhRW3wEsTpUSPDxeA9h5tVTiK3FR8= 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 :cc:content-type; b=dmtSXhdBN+B5rDqzK3IzH0ny83ITH+cGe8GtB4jEaKrbMejfg0UXhU/DJih4h+XTVv 8fZ8WzRf42LYvTm2DfiTY2/U3p5tUk998L0JWpR+OVqwgBMyqyFN2qWngKxITbBNUfgL YN29NK9U8FcqQIp8j6+pUA4Cd4vPrVgPu4RsQ= MIME-Version: 1.0 Received: by 10.114.164.24 with SMTP id m24mr1480620wae.138.1269378234642; Tue, 23 Mar 2010 14:03:54 -0700 (PDT) In-Reply-To: <4BA92AD2.8010709@daylessday.org> 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> <4BA92AD2.8010709@daylessday.org> Date: Tue, 23 Mar 2010 14:03:54 -0700 Message-ID: To: Antony Dovgal Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] FPM RFC From: mike503@gmail.com (Michael Shadle) On Tue, Mar 23, 2010 at 1:55 PM, Antony Dovgal wrote: > Now I was never an XML fan myself, but I think THIS particular XML config file > is even easier to read and understand than php.ini. There was one other suggestion / something Andrei wanted to do (at least he mentioned to me) and that was change the config file to be nginx style, a bit more structured and cleaner than XML. It won't solve anything here necessarily and introduces -another- config file syntax but perhaps a cleaner interim one and the parser supports includes and such already. Just throwing that out there. Ideally I'd love to see a way for a single php.ini to drive everything and an include-driven directory for specific things (per pool for fpm, per-server for server specific information) but one generic php.ini I could distribute to all the servers I maintain, for example.