Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46388 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64480 invoked from network); 9 Dec 2009 22:25:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2009 22:25:32 -0000 Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.198 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.216.198 mail-px0-f198.google.com Received: from [209.85.216.198] ([209.85.216.198:40654] helo=mail-px0-f198.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/E7-25115-BD3202B4 for ; Wed, 09 Dec 2009 17:25:32 -0500 Received: by pxi36 with SMTP id 36so851913pxi.26 for ; Wed, 09 Dec 2009 14:25:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=k6UlRbdhoZ9mExaevtgwfh6CCXv2cFmXENQMeKB5m+o=; b=G3LlZKBz/m0s043lDPX8T9NX147tCeSTTAC63P8Cv9APINSn5Cz6LPo9FEP101lvQ8 pdpr3t5KVJ1h86oS/882Digfeo0b4X/hUHnl2WetbkkD+aOGbe2eeIGT5gakjg2HugG5 WBxr8kJJIjP/a9ilefEVFL/aTs43iLoVi1Qe4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=ZpA5ov5FM3or+iHfRybvo0XLmjLIxPGg1VA5x0K0rArfazUcM8neOdM+/uP0XnWd2V OqXO8wHJw0o0bVa3E6QzKZxwamCUMomIwjgXiU0bxlkarTolytemsg5aXi/KjDFGp/Ya dE1GmMNnLPgTFx9qeWO7Dw4GrzaN8SQBKnrk8= MIME-Version: 1.0 Sender: tjerk.meesters@gmail.com Received: by 10.142.60.8 with SMTP id i8mr1574410wfa.310.1260397528034; Wed, 09 Dec 2009 14:25:28 -0800 (PST) In-Reply-To: <3bea96c40912091215o6c566819v34873d445d02b858@mail.gmail.com> References: <3bea96c40912090655i263115bbid923deb2bdf296a6@mail.gmail.com> <3bea96c40912090944r23831b52pc57dae2b7905c15@mail.gmail.com> <7.0.1.0.2.20091209200857.07a9da50@zend.com> <3bea96c40912091117g7281a0d1na83630aec93f90fc@mail.gmail.com> <3bea96c40912091152l1be7115ft1c977f9f437ef0d9@mail.gmail.com> <3bea96c40912091215o6c566819v34873d445d02b858@mail.gmail.com> Date: Thu, 10 Dec 2009 06:25:27 +0800 X-Google-Sender-Auth: a829df1c8d12e7b7 Message-ID: To: =?ISO-8859-1?B?Suly9G1lIExveWV0?= , Michael Shadle , Zeev Suraski , Pierre Joye , Antony Dovgal , php-dev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [PHP-FPM] syntax of configuration file From: datibbaw@php.net (Tjerk Anne Meesters) Hi, ini files can be split, so it doesn't all have to be inside one monolithic php.ini I agree that repetition doesn't look nice; it would be nice to have something like: [fpm.worker.worker1] listen =3D 127.0.0.1:1900 uid =3D webservice Etc. Didn't really pay attention to those pool settings, but I guess those could be sections as well such as [fpm.pool.pool1] On 12/10/09, J=E9r=F4me Loyet wrote: > Le 9 d=E9cembre 2009 20:56, Michael Shadle a =E9crit = : >> 2009/12/9 J=E9r=F4me Loyet : >> >>> do you mean that it would be included in the global php.ini file ? I >>> never imagine that. For me it's an independant conf file >>> (/etc/php-fpm.conf for example). >> >> correct. I don't see any reason for a different configuration file anymo= re >> > > In my mind, daemon options (php-fpm) and php conf (extensions and > global php conf) are diff=E9rent things. Having all in the same file > will be harder to use in a mutualized environment where several > instances php-fpm running. And the goals of the two files or not the > same. Moreover having a complex array syntax is, as I said before, > hard to read and write. > > what are thoughts from other on this point ? > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 -- Tjerk