Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47511 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38349 invoked from network); 23 Mar 2010 20:54:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 20:54:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; 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:44095] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AA/CC-03444-B7A29AB4 for ; Tue, 23 Mar 2010 15:54:20 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 64B53504E1; Tue, 23 Mar 2010 22:34:37 +0200 (IST) Received: from LAP-ZEEV.zend.com ([10.1.20.44]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 23 Mar 2010 22:54:15 +0200 Message-ID: <7.0.1.0.2.20100323225305.12e71c38@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 23 Mar 2010 22:54:14 +0200 To: =?iso-8859-1?Q?J=E9r=F4me?= Loyet Cc: "Antony Dovgal" , "Michael Shadle" ,"php-dev" In-Reply-To: <3bea96c41003231344l20e6c64ewad7715bebc2f773f@mail.gmail.co m> 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> <3bea96c41003231344l20e6c64ewad7715bebc2f773f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 23 Mar 2010 20:54:15.0994 (UTC) FILETIME=[FFF521A0:01CACACA] Subject: Re: [PHP-DEV] FPM RFC From: zeev@zend.com (Zeev Suraski) At 22:44 23/03/2010, J=E9r=F4me Loyet wrote: >In fact with INI syntax, there is a serious missing cause there is no >include system shiped with. And with FPM as there is potentialy many >"vhosts", it's necessary to have an include system to feet all system >administrator needs. We were talking about the syntax, not actually=20 using php.ini or PHP's INI subsystem. You can=20 use the ini parser to implement includes without a problem. Zeev=20