Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47963 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49162 invoked from network); 15 Apr 2010 10:10:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2010 10:10:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=jerome@loyet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jerome@loyet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain loyet.net from 72.14.220.155 cause and error) X-PHP-List-Original-Sender: jerome@loyet.net X-Host-Fingerprint: 72.14.220.155 fg-out-1718.google.com Received: from [72.14.220.155] ([72.14.220.155:47292] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/EA-20494-6F5E6CB4 for ; Thu, 15 Apr 2010 06:09:59 -0400 Received: by fg-out-1718.google.com with SMTP id 22so2426832fge.11 for ; Thu, 15 Apr 2010 03:09:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.135.83 with HTTP; Thu, 15 Apr 2010 03:09:55 -0700 (PDT) In-Reply-To: <3bea96c41003301008va8ea1cbif8c16be11451eaf8@mail.gmail.com> References: <3bea96c41003301008va8ea1cbif8c16be11451eaf8@mail.gmail.com> Date: Thu, 15 Apr 2010 12:09:55 +0200 Received: by 10.239.190.141 with SMTP id x13mr502701hbh.153.1271326195386; Thu, 15 Apr 2010 03:09:55 -0700 (PDT) Message-ID: To: php-dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [RFC] FPM INI syntax From: jerome@loyet.net (=?ISO-8859-1?B?Suly9G1lIExveWV0?=) hi I made the first release of the patch to convert fpm syntax from xml to ini= . Everything is in the RFC: http://wiki.php.net/rfc/fpm/ini_syntax The patch is directly viewable at the following address: http://www.fatbsd.com/fpm/fpm-ini-v1.patch This patch does not make everything described in the RFC: - the include directive is not yet implemented because the zend_ini_parser is not able to handle recursive calls (because of the the state env which is global) - the reference system which is complex and I'm not sure it's a good idea everything else has been done and I'm working now on implementing includes. As it's a huge patch, I won't commit it directly so if some of you can make comments it would be great. thx guys ++ Jerome Le 30 mars 2010 19:08, J=E9r=F4me Loyet a =E9crit : > 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 >