Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46372 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97505 invoked from network); 9 Dec 2009 18:17:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2009 18:17:13 -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.160.44 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.160.44 mail-pw0-f44.google.com Received: from [209.85.160.44] ([209.85.160.44:64209] helo=mail-pw0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/C8-55877-8A9EF1B4 for ; Wed, 09 Dec 2009 13:17:13 -0500 Received: by pwi15 with SMTP id 15so2576597pwi.23 for ; Wed, 09 Dec 2009 10:17:09 -0800 (PST) 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 :content-transfer-encoding; bh=ndrf9N0n06qBG1EsYr2g900w6dvhhRuUS+qQzxnPSw8=; b=bd4MYmbmbQ3o71u91YFPqRwX087k0KygnjbQxW/He3xppNE4AYWnNVQv6JKhEE02+2 oPJMsPKrBEnu0kaLhx7RyJYpo8gbgW7VdhvLmYlYgaGjk/zKpHe9HP66cNhq+aPS+Rgn i01JZ9Wgpwm2ihbxsY1KbfEliN+W7skQQorRM= 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:content-transfer-encoding; b=wdNAYN3FECu1bDjTMR7Eb5KsaZvq4mdPF45N2DiWrYwK5H/pgICpaf4Po0s9I8/z+o sBaX2tlkdINz1chJAnUyI1SurxOeG+UBKCcVe/KEVvsyVguNAdsa/P+FJZT4RrWu9Y2c MkAIUPYjwVzRU9vbpYmWN6jTLv5NYkztiTgCU= MIME-Version: 1.0 Received: by 10.114.251.10 with SMTP id y10mr16412132wah.149.1260382629625; Wed, 09 Dec 2009 10:17:09 -0800 (PST) In-Reply-To: <7.0.1.0.2.20091209200857.07a9da50@zend.com> References: <3bea96c40912090655i263115bbid923deb2bdf296a6@mail.gmail.com> <4B1FBAF0.7020506@daylessday.org> <3bea96c40912090711o3927e257gab87783a6763f172@mail.gmail.com> <3bea96c40912090944r23831b52pc57dae2b7905c15@mail.gmail.com> <7.0.1.0.2.20091209200857.07a9da50@zend.com> Date: Wed, 9 Dec 2009 10:17:09 -0800 Message-ID: To: Zeev Suraski Cc: =?UTF-8?B?SsOpcsO0bWUgTG95ZXQ=?= , Pierre Joye , Antony Dovgal , php-dev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [PHP-FPM] syntax of configuration file From: mike503@gmail.com (Michael Shadle) 2009/12/9 Zeev Suraski : > We should be using INI unless there are compelling reasons against it, no= w > that this project becomes a part of the PHP source tree. =C2=A0As far as = I can > tell there are no such compelling reasons and it can actually map quite > nicely into INI, hence, that's what we should use. +1 multiple syntaxes is not a good idea (sorry Jerome :)) it maps to existing PHP configuration syntax and if this is to be in core, that makes sense. I would just like to see how the ini file syntax ideas come out though. Sounds like there's options.