Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47920 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38424 invoked from network); 13 Apr 2010 18:42:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2010 18:42:11 -0000 Authentication-Results: pb1.pair.com header.from=jerome@loyet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jerome@loyet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain loyet.net from 209.85.223.185 cause and error) X-PHP-List-Original-Sender: jerome@loyet.net X-Host-Fingerprint: 209.85.223.185 mail-iw0-f185.google.com Received: from [209.85.223.185] ([209.85.223.185:57252] helo=mail-iw0-f185.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/0A-32795-10BB4CB4 for ; Tue, 13 Apr 2010 14:42:10 -0400 Received: by iwn15 with SMTP id 15so5495536iwn.7 for ; Tue, 13 Apr 2010 11:42:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.216.7 with HTTP; Tue, 13 Apr 2010 11:42:06 -0700 (PDT) In-Reply-To: <4BC4B553.3020807@oracle.com> References: <3bea96c41003301008va8ea1cbif8c16be11451eaf8@mail.gmail.com> <4BC4B553.3020807@oracle.com> Date: Tue, 13 Apr 2010 20:42:06 +0200 Received: by 10.142.207.18 with SMTP id e18mr2834874wfg.158.1271184126096; Tue, 13 Apr 2010 11:42:06 -0700 (PDT) Message-ID: To: Christopher Jones Cc: php-dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] FPM INI syntax From: jerome@loyet.net (=?ISO-8859-1?B?Suly9G1lIExveWV0?=) Le 13 avril 2010 20:17, Christopher Jones a =E9crit : > > > J=E9r=F4me Loyet wrote: >> >> Hi guys, >> >> As dreamcast4 advises me in the previous FPM conversation, I just >> wrote the RFC for the FPM INI syntax. >> >> It can be read here: http://wiki.php.net/rfc/fpm/ini_syntax >> >> Tell me what you think. >> >> ++ Jerome >> > > I think the RFC should clearly state what is new generic php.ini > functionality (e.g. include) and what is specific for FPM. for me everything is specific to FPM > Also, if "globals" is specific to FPM then it should not use such > a generic term. =A0It should be "fpm_globals" or similar. This RFC describe the FPM configuration file syntax. The FPM configuration file is totaly independant from php.ini (%prefix%/etc/php-fpm.conf) > > The "is_a_reference" & "reference" stuff seems overly complex. maybe, it's an idea. > > Chris > > -- > Email: christopher.jones@oracle.com > Tel: =A0+1 650 506 8630 > Blog: =A0http://blogs.oracle.com/opal/ > Free PHP Book: http://tinyurl.com/ugpomhome >