Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47510 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37125 invoked from network); 23 Mar 2010 20:52:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 20:52:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mike503@gmail.com X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:49575] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/8C-03444-B1A29AB4 for ; Tue, 23 Mar 2010 15:52:44 -0500 Received: by pvg6 with SMTP id 6so3832018pvg.29 for ; Tue, 23 Mar 2010 13:52:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=E/ICbf17SYJWRWBekI6KFBvtALLsoUPz9r6chv10kzQ=; b=yELVf2LtjiuV+cS4bPW6cqBLmmslHZP67OQHsKa2Sc3nmP9feE5j2D0AeOytJaQzZR bpKo3m50gnSFM+1CXz4xzW4TeU7VNiD3MLz/8E7r/Gd97OtVjzxFTsmSvb9hTyspY3AU ygn30y7aBQjkm1yrcrZwSOwWNopQQR/dFVJdw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xuDwYIli/4WeG1VRt2IoOOcX+bKT3586iHAGPmQbHFM2BCoF6RGxiEeGK10ZnaTnvn P47xJaniYGZArION75K5TdYg+ZOu++uAkNo8MaOMwGxmY6/9sXPx53gT5uwdxh21d8p3 DiV9NFqK9/CozC7yTSjjMSnNStg/9NZF1kys4= MIME-Version: 1.0 Received: by 10.143.26.38 with SMTP id d38mr2012969wfj.218.1269377560782; Tue, 23 Mar 2010 13:52:40 -0700 (PDT) In-Reply-To: <3bea96c41003231344l20e6c64ewad7715bebc2f773f@mail.gmail.com> 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> Date: Tue, 23 Mar 2010 13:52:40 -0700 Message-ID: To: =?UTF-8?B?SsOpcsO0bWUgTG95ZXQ=?= Cc: php-dev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] FPM RFC From: mike503@gmail.com (Michael Shadle) 2010/3/23 J=C3=A9r=C3=B4me Loyet : > 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. That was something I brought up to internals a while back, was adding in the ability for includes in the php.ini file. I can see many usage models for this, from distributions to web hosting managers. That would probably be pretty easy to implement I think and get in to 5.4 (= ?) Also, either way, using the XML or php.ini approach, neither support includes. However, two birds with one stone - make php.ini support includes (look at mysql's config for example, it's an ini file with an !include directive)