Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46518 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52133 invoked from network); 24 Dec 2009 00:55:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Dec 2009 00:55:28 -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 209.85.220.227 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: 209.85.220.227 mail-fx0-f227.google.com Received: from [209.85.220.227] ([209.85.220.227:36362] helo=mail-fx0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/C5-21037-FFBB23B4 for ; Wed, 23 Dec 2009 19:55:28 -0500 Received: by fxm27 with SMTP id 27so7497324fxm.23 for ; Wed, 23 Dec 2009 16:55:24 -0800 (PST) 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; bh=XQ7+dPTS+t423WcQzw3n6so+q4LFx8Z400jgisNS2ac=; b=O5f14t91xPze61cW+9GUgCgao+eZ2kYXkLSrSOEWMZGmxYgYq3v1L0E1S5fwt1tp1l xu3xaPYRN9wvUD5qHcCvWKgKGDHhXHJ4NYcr/XT1rt6rcFFwNoyqz69iahCYj+AENxBq 1ICv9CD9cvLKFaSIIg/D7bOT4PRUAIMZISysQ= 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; b=IxFTJLbxffgL6U/dCnyTOyeno33M/+mc+q7r5peX4OYcmJSGRCPWshrAF4+sook9bT tdNixjKvDy0Goy9UnePmGsexJmJJlb9vPUcxW6CAo5hTScgV37wPE/Z7/KNVQ0eCRnQ7 v77G8wM8FfSZ0RzAbm1GJtPcehgbzSQFm3wW4= MIME-Version: 1.0 Received: by 10.239.140.11 with SMTP id v11mr1169860hbv.198.1261616124609; Wed, 23 Dec 2009 16:55:24 -0800 (PST) In-Reply-To: References: <1261576024.1840.28.camel@guybrush> <8cf711460912231013n47344746qec880bacfd19e9f4@mail.gmail.com> Date: Wed, 23 Dec 2009 16:55:24 -0800 Message-ID: To: Pierre Joye Cc: Mikko Koppanen , Tjerk Meesters , =?UTF-8?Q?Johannes_Schl=C3=BCter?= , php-dev Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Proposal: allow for includes in php.ini From: mike503@gmail.com (Michael Shadle) On Wed, Dec 23, 2009 at 2:23 PM, Pierre Joye wrote: > So what you need is multiple ini dirs, not actually include. I think > there is a patch somewhere for this feature, or it may even be already > in. If not, that could be something useful. To me, it solves all of the usage models currently provided *and* allows for infinite/future growth and usage models.