Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96024 invoked from network); 9 Dec 2009 18:11:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2009 18:11:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:54086] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/68-55877-938EF1B4 for ; Wed, 09 Dec 2009 13:11:07 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 8172C504D4; Wed, 9 Dec 2009 19:57:00 +0200 (IST) Received: from lap-zeev-win7.zend.com ([10.1.20.41]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 9 Dec 2009 20:11:02 +0200 Message-ID: <7.0.1.0.2.20091209200857.07a9da50@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Wed, 09 Dec 2009 20:10:58 +0200 To: =?iso-8859-1?Q?J=E9r=F4me?= Loyet Cc: Pierre Joye ,Antony Dovgal , php-dev In-Reply-To: <3bea96c40912090944r23831b52pc57dae2b7905c15@mail.gmail.com > References: <3bea96c40912090655i263115bbid923deb2bdf296a6@mail.gmail.com> <4B1FBAF0.7020506@daylessday.org> <3bea96c40912090711o3927e257gab87783a6763f172@mail.gmail.com> <3bea96c40912090944r23831b52pc57dae2b7905c15@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 09 Dec 2009 18:11:02.0734 (UTC) FILETIME=[F7C23EE0:01CA78FA] Subject: Re: [PHP-DEV] [PHP-FPM] syntax of configuration file From: zeev@zend.com (Zeev Suraski) At 19:44 09/12/2009, J=E9r=F4me Loyet wrote: >So let have the question another way: >Do we keep XML or do we switch to something else ? If so, which format ? > >I and some others think xml is not appropriate here because of the >complexity. So I do think there is a need to change. > >INI or other ? >INI is used widely in PHP and users know it. But it's not well adapted >for the actual php-fpm configuration organisation. (properties in >sections or subsections). If choosed how will it be organized ? We should be using INI unless there are=20 compelling reasons against it, now that this=20 project becomes a part of the PHP source=20 tree. As far as I can tell there are no such=20 compelling reasons and it can actually map quite=20 nicely into INI, hence, that's what we should use. Zeev=20