Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47545 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7558 invoked from network); 24 Mar 2010 07:47:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2010 07:47:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.219.220 mail-ew0-f220.google.com Received: from [209.85.219.220] ([209.85.219.220:52295] helo=mail-ew0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/B5-15149-783C9AB4 for ; Wed, 24 Mar 2010 02:47:20 -0500 Received: by ewy20 with SMTP id 20so744636ewy.1 for ; Wed, 24 Mar 2010 00:47:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=yBJ2j2UUuwW1Iqe+0p7m3BYp6exOtp4zef67GRVLhZo=; b=XyQGuad9FOfUKzpMLnYLGxczPQ9NItCwJvU2vlqksOl94/C0CMD17E22S8BYfzBvFM jWHKfeOcgwJx3stPbgMi0CZ3y9hsYSH5yLnAw/6epHyUWzsQVnEBhAnGEh7rYQzQW28o yDTJ+x40MJugipao8KL9nGV6Wy13nxzafBT8Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=qdUpq66vkhqntpDtAnVIyKWI10aqVZ4DJtnbwQTKUIJdU4nt3ZwqmopqO7EaKmy8vY SiYeT/jzUGPJ9KU6ik5Qx8Gn87x5Re9VXkRPdlyggxrlojxpBLWqvliPNL3QcTvyEiRL biop1cNRb798Gu+lckeOv2WgrEAoTGYp/523M= Received: by 10.213.26.138 with SMTP id e10mr1471966ebc.80.1269416836761; Wed, 24 Mar 2010 00:47:16 -0700 (PDT) Received: from nirvana.lan ([93.185.190.227]) by mx.google.com with ESMTPS id 14sm3470965ewy.10.2010.03.24.00.47.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Mar 2010 00:47:16 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=windows-1252 In-Reply-To: <4BA93981.50908@daylessday.org> Date: Wed, 24 Mar 2010 10:47:10 +0300 Cc: Zeev Suraski , internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <03D0D3E7-413A-437C-BD79-6AE0173A33D0@gmail.com> References: <4BA8EF6F.8010503@daylessday.org> <4BA8F72E.5090701@sci.fi> <4BA8F985.1090109@daylessday.org> <4BA919D2.3060605@daylessday.org> <7.0.1.0.2.20100323222839.12d7b088@zend.com> <4BA92AD2.8010709@daylessday.org> <7.0.1.0.2.20100323230221.12e71af0@zend.com> <4BA93981.50908@daylessday.org> To: Antony Dovgal X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] FPM RFC From: indeyets@gmail.com (Alexey Zakhlestin) On 24.03.2010, at 0:58, Antony Dovgal wrote: > On 24.03.2010 00:05, Zeev Suraski wrote: >>> How do you propose to describe the same set of options using php.ini = syntax? >>> Yes, simple things like "value=3DYes/No" or "value=3DDIR" fit just = fine=20 >>> into php.ini. >>> But how would decribe a set of pools each with its own set of = options? >>> (taking into account that some of these options may override global = options) >>=20 >> option... >> anotheroption... >>=20 >> [pool1] >> option... >> anotheroption... >>=20 >> [pool2] >> option... >> anotheroption... >=20 > Okay, here is XML based config quickly converted to php.ini-style = syntax: > > I won't discuss how it looks to me, but there is only one problem: it = doesn't work.=20 > That's because php.ini doesn't support nested sections and without = them it turns into a real mess. looks almost like YAML ;)=