Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47515 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44306 invoked from network); 23 Mar 2010 21:05:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 21:05:34 -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:36135] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/A0-40779-C1D29AB4 for ; Tue, 23 Mar 2010 16:05:33 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id C2A6A504BE; Tue, 23 Mar 2010 22:45:50 +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 23:05:29 +0200 Message-ID: <7.0.1.0.2.20100323230046.12e71d80@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 23 Mar 2010 23:02:02 +0200 To: "Antony Dovgal" Cc: "php-dev" In-Reply-To: <4BA92B72.1050207@daylessday.org> 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> <7.0.1.0.2.20100323225305.12e71c38@zend.com> <4BA92B72.1050207@daylessday.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 23 Mar 2010 21:05:29.0255 (UTC) FILETIME=[91409B70:01CACACC] Subject: Re: [PHP-DEV] FPM RFC From: zeev@zend.com (Zeev Suraski) At 22:58 23/03/2010, Antony Dovgal wrote: >On 03/23/2010 11:54 PM, Zeev Suraski wrote: > > 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 > > using php.ini or PHP's INI subsystem. You can > > use the ini parser to implement includes without a problem. > >The point is the XML syntax is already there and it's working fine, thank= you. >No need to implement something on top of=20 >something that wasn't supposed to be used this way. Anthony, You can't end discussions like that. The XML=20 syntax may be there, but the FPM extension isn't=20 a part of PHP, and I think what you're hearing is=20 that in order to make it a part of PHP, it needs=20 to conform to the way we do things in PHP - which=20 does not involve XML configuration files. Zeev=20