Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45364 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52371 invoked from network); 24 Aug 2009 22:03:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Aug 2009 22:03:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.212 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.212 mail-fx0-f212.google.com Received: from [209.85.220.212] ([209.85.220.212:34111] helo=mail-fx0-f212.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 78/29-03363-62E039A4 for ; Mon, 24 Aug 2009 18:03:18 -0400 Received: by fxm8 with SMTP id 8so1643233fxm.23 for ; Mon, 24 Aug 2009 15:03:15 -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=ghHQSKOH9mBkU41R/q/ZvwayR0gm/WmeMpMVVX9Cwxc=; b=hE9+6UgnBQ/1mub/ctmlDZlXaPSZgxNm7ut/SuE8d+03KztZ2Ld1QO7fKiyUGexNY1 BYk3SRdNb2vzvVKrcVz3lgLrJ41s7c6EXUSa9+DC2joWW/WI+vd96aVpT3uk27Ip5kuJ JjreUOzJJPfJxsD3LI7Rnn7sP2xR598rTro/o= 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=Cq1+P+FiUURF2jR4eGQIZyqFS105i8LhtiSauygfEIT3bfgLz0NPS/y6+fK3aZ0uLg +tyzEBuF76ieXKbYwVQ/OElOc5JCji2U8zsn1+rRrE24N5+ACIQmf0SDIGxOExdJYvi0 HD1h+GF7hqBGo40eyd5xGF01Kv3mZGQOwiRX0= MIME-Version: 1.0 Received: by 10.86.17.4 with SMTP id 4mr3826142fgq.13.1251151394923; Mon, 24 Aug 2009 15:03:14 -0700 (PDT) In-Reply-To: <1251149348-sup-4709@javelin> References: <1251149348-sup-4709@javelin> Date: Tue, 25 Aug 2009 00:03:14 +0200 Message-ID: To: "Edward Z. Yang" Cc: internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Per-directory PHP configuration From: pierre.php@gmail.com (Pierre Joye) hi, On Mon, Aug 24, 2009 at 11:46 PM, Edward Z. Yang wrote: > Hello all, > > I cooked up a patch that gives PHP support for per-directory > php.ini files that properly inherit. =A0This makes php.ini files > act a little like .htaccess files. =A0We are cognizant of the associated > performance issues, and thus this is a strictly optional feature. The patch is missing. However I already have a question. I hope you know that we introduced the ini per dir in 5.3. It supports user ini files in the document root, [PATH=3D...] in the main php.ini, etc. Did you improve it or started from scratch? Btw, for previous php versions, did you look at pecl's htscanner as well? Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org