Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46520 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55808 invoked from network); 24 Dec 2009 01:28:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Dec 2009 01:28:43 -0000 Authentication-Results: pb1.pair.com header.from=mike503@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mike503@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.155 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: 72.14.220.155 fg-out-1718.google.com Received: from [72.14.220.155] ([72.14.220.155:42662] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/96-21037-AC3C23B4 for ; Wed, 23 Dec 2009 20:28:43 -0500 Received: by fg-out-1718.google.com with SMTP id 19so2695723fgg.11 for ; Wed, 23 Dec 2009 17:28:40 -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=fF4fIHjcLRNcJJswDVhXYMWHMcgxF6dTZVhHGYvWTZ4=; b=xkaeYhQSgVoE+KwuOS6tPrkyf7pyns1oK/SLapXcF/acsQh3b2ysH4lkrQbCOvN3mg aQagqH/ymEP+XLgRdqvOM8YUUTpn6nEQrKW89xtXlO4sArMlBsf824WagxbezNxW11SQ 0nOlMyOvY/0m6+6Zcwu+4oPgjjL/Wk+rkpRBQ= 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=IN53h6jzgcIagk9tKoziSJyGT4OOX2UAcBtCfyInNOn9gT4Xmi5Njiw+CfBT3sXVIt zBFTccbwHkVV+2hojwDLrnzfgqBgUaExBN1WdQ25oUJPjwJpzmek8D1xGzuDQtfRbcI/ eKU1HKns3ZqCF+GrhMlvdDXDLSJgI015yVAD8= MIME-Version: 1.0 Received: by 10.239.130.31 with SMTP id 31mr1176745hbh.134.1261618119836; Wed, 23 Dec 2009 17:28:39 -0800 (PST) In-Reply-To: <8cf711460912231712o49eedadv2bdd0f242969256f@mail.gmail.com> References: <1261576024.1840.28.camel@guybrush> <8cf711460912231013n47344746qec880bacfd19e9f4@mail.gmail.com> <8cf711460912231712o49eedadv2bdd0f242969256f@mail.gmail.com> Date: Wed, 23 Dec 2009 17:28:39 -0800 Message-ID: To: Mikko Koppanen Cc: Pierre Joye , 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 5:12 PM, Mikko Koppanen wrote: > Hi, > > I think this is the feature (in trunk currently): > > http://svn.php.net/viewvc?view=revision&revision=28287 This is not the same, this is just an additional way to still have static dirs defined only at compile time, or maybe environment variable. Am I not explaining this properly enough? It should be supported from the configuration file itself. This feature in trunk doesn't add anything new for me.