Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46343 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3940 invoked from network); 7 Dec 2009 19:58:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2009 19:58:55 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.117 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.117 us-mr1.zend.com Linux 2.4/2.6 Received: from [63.205.162.117] ([63.205.162.117:44939] helo=us-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/86-31234-A7E5D1B4 for ; Mon, 07 Dec 2009 14:58:55 -0500 Received: from us-gw1.zend.com (us-ex1.zend.net [192.168.16.5]) by us-mr1.zend.com (Postfix) with ESMTP id C23B2E11FF; Mon, 7 Dec 2009 11:55:49 -0800 (PST) Received: from [192.168.16.93] ([192.168.16.93]) by us-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 7 Dec 2009 11:58:45 -0800 Message-ID: <4B1D5E75.3050907@zend.com> Date: Mon, 07 Dec 2009 11:58:45 -0800 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Michael Shadle CC: Antony Dovgal , php-dev References: <4B190660.2050107@daylessday.org> <4B197CB2.2050506@zend.com> <4B1CC918.2090408@daylessday.org> <4B1D4E1F.7030006@zend.com> <065254F2-CE2C-406F-AFDA-C1A1204F2093@gmail.com> In-Reply-To: <065254F2-CE2C-406F-AFDA-C1A1204F2093@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Dec 2009 19:58:45.0797 (UTC) FILETIME=[AF37E550:01CA7777] Subject: Re: [PHP-DEV] FPM is available in a separate SVN branch From: stas@zend.com (Stanislav Malyshev) Hi! > As for #1 we are working on changing the config file syntax and the idea > was to make it use nginx style. I don't think it will fit in ini file > format as it needs arrays or some sort of n+1 group structure > support/nested options. Nesting can be done by name, and .ini can do arrays. See here: http://php.net/parse_ini_file and also here: http://framework.zend.com/manual/en/zend.config.adapters.ini.html for how you can do stuff with .ini's :) > IIRC array support did just get inplemented in 5.3 did it not? That > -may- be an option then. Then fpm could actually share php.ini itself. [] was working in 5.2 too. 5.3 can do indexes. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com