Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47964 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54119 invoked from network); 15 Apr 2010 10:56:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2010 10:56:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:38570] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E8/8B-20494-FC0F6CB4 for ; Thu, 15 Apr 2010 06:56:16 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id B356DE202A; Thu, 15 Apr 2010 10:56:12 +0000 (UTC) Date: Thu, 15 Apr 2010 11:56:12 +0100 (BST) X-X-Sender: derick@kossu.derickrethans.nl To: Zeev Suraski cc: Christopher Jones , =?UTF-8?Q?J=C3=A9r=C3=B4me_Loyet?= , php-dev In-Reply-To: <7.0.1.0.2.20100413215139.0dbcfdd8@zend.com> Message-ID: References: <3bea96c41003301008va8ea1cbif8c16be11451eaf8@mail.gmail.com> <4BC4B553.3020807@oracle.com> <4BC4BBF9.4000903@oracle.com> <7.0.1.0.2.20100413215139.0dbcfdd8@zend.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-463706140-1271328810=:8571" Subject: Re: [PHP-DEV] [RFC] FPM INI syntax From: derick@php.net (Derick Rethans) --8323329-463706140-1271328810=:8571 Content-Type: TEXT/PLAIN; CHARSET=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 13 Apr 2010, Zeev Suraski wrote: > At 21:46 13/04/2010, Christopher Jones wrote: >=20 > > J=C3=A9r=C3=B4me Loyet wrote: > > > Le 13 avril 2010 20:17, Christopher Jones > > > a =C3=A9crit : > > > >=20 > > > > J=C3=A9r=C3=B4me Loyet wrote: > > > > >=20 > > > > > As dreamcast4 advises me in the previous FPM conversation, I=20 > > > > > just wrote the RFC for the FPM INI syntax. > > > > >=20 > > > > > It can be read here: http://wiki.php.net/rfc/fpm/ini_syntax > > > > >=20 > > > > > Tell me what you think. > > > > >=20 > > > > I think the RFC should clearly state what is new generic php.ini=20 > > > > functionality (e.g. include) and what is specific for FPM. > > > > > > for me everything is specific to FPM > >=20 > > How is "include" specific to FPM? >=20 > What he means is that it'll be implemented in the custom code=20 > responsible for parsing fpm.ini, and not in the ZE .ini parser which=20 > would be the layer below it. Uh, so what you're saying is that you want to use INI syntax for FPM so=20 that it is inline with php's INI sytanx, but then modify it with extra=20 statements so that it isn't the same anymore=E2=80=94not only with include,= but=20 section headers are totally ignored in php.ini as well. This whole new=20 INI thing is making less and less sense. The XML format like we have now=20 is much easier, self documented, doesn't create two different ini=20 formats and generally just works well. I'd be a big -1 on this special=20 FPM-specific INI syntax. Derick --=20 http://derickrethans.nl | http://xdebug.org Like Xdebug? Consider a donation: http://xdebug.org/donate.php twitter: @derickr and @xdebug --8323329-463706140-1271328810=:8571--