Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47979 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77231 invoked from network); 15 Apr 2010 11:55:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2010 11:55:47 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:36347] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/60-20494-2CEF6CB4 for ; Thu, 15 Apr 2010 07:55:47 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 44700504F9; Thu, 15 Apr 2010 14:34:51 +0300 (IDT) Received: from LAP-ZEEV.zend.com ([10.1.2.50]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 15 Apr 2010 14:55:43 +0300 Message-ID: <7.0.1.0.2.20100415145225.0e2a5cd0@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Thu, 15 Apr 2010 14:55:42 +0300 To: =?iso-8859-1?Q?J=E9r=F4me?= Loyet Cc: Ferenc Kovacs ,internals@lists.php.net In-Reply-To: References: <3bea96c41003301008va8ea1cbif8c16be11451eaf8@mail.gmail.com> <4BC4B553.3020807@oracle.com> <4BC4BBF9.4000903@oracle.com> <7.0.1.0.2.20100413215139.0dbcfdd8@zend.com> <7.0.1.0.2.20100415140350.0e2a5290@zend.com> <7.0.1.0.2.20100415141933.0e2a53d8@zend.com> <7.0.1.0.2.20100415143309.0e2a5a40@zend.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 15 Apr 2010 11:55:43.0024 (UTC) FILETIME=[936D7300:01CADC92] Subject: Re: [PHP-DEV] [RFC] FPM INI syntax From: zeev@zend.com (Zeev Suraski) At 14:47 15/04/2010, J=E9r=F4me Loyet wrote: > > 1. In the .ini parser; That means it'll work for anything that uses= the > > .ini parser, including php.ini, fpm.ini, parse_ini_file(), etc. > >It's a huge change, it's has to be tested a lot ... too much complicated=3D Agreed that it's a big change, but it's certainly=20 possible. Requires its own discussion... > > 2. In the FPM code that uses the .ini parser; Much like it pays= attention > > to 'daemonize' and 'error_log', it can pay attention to 'include'. > >The easiest et most logical solution. FPM wants include in its ini >configuration file and it's the only part of PHP which need that at >the moment. Since FPM has been integrated info PHP, it never touched >something but its own code ... try to stay that way ! Is there an inherent reason why include is really necessary for fpm.ini? Zeev