Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46380 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29682 invoked from network); 9 Dec 2009 20:15:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2009 20:15:33 -0000 Authentication-Results: pb1.pair.com header.from=jerome@loyet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jerome@loyet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain loyet.net from 209.85.223.195 cause and error) X-PHP-List-Original-Sender: jerome@loyet.net X-Host-Fingerprint: 209.85.223.195 mail-iw0-f195.google.com Received: from [209.85.223.195] ([209.85.223.195:50045] helo=mail-iw0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/E0-25115-E55002B4 for ; Wed, 09 Dec 2009 15:15:33 -0500 Received: by iwn33 with SMTP id 33so5071124iwn.29 for ; Wed, 09 Dec 2009 12:15:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.42.150 with SMTP id s22mr345046ibe.22.1260389724600; Wed, 09 Dec 2009 12:15:24 -0800 (PST) In-Reply-To: References: <3bea96c40912090655i263115bbid923deb2bdf296a6@mail.gmail.com> <3bea96c40912090711o3927e257gab87783a6763f172@mail.gmail.com> <3bea96c40912090944r23831b52pc57dae2b7905c15@mail.gmail.com> <7.0.1.0.2.20091209200857.07a9da50@zend.com> <3bea96c40912091117g7281a0d1na83630aec93f90fc@mail.gmail.com> <3bea96c40912091152l1be7115ft1c977f9f437ef0d9@mail.gmail.com> Date: Wed, 9 Dec 2009 21:15:24 +0100 Message-ID: <3bea96c40912091215o6c566819v34873d445d02b858@mail.gmail.com> To: Michael Shadle Cc: 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: jerome@loyet.net (=?ISO-8859-1?B?Suly9G1lIExveWV0?=) 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 anymor= e > 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 ?