Excerpts from Pierre Joye's message of Mon Aug 24 19:37:38 -0400 2009:
> - It looks in the current directory for ini file (named by default
> .user.ini) and scan the parent directories up to the document root to
> apply rules from other .user.ini.
My apologies, I was reading php_ini.c and didn't
On Tue, Aug 25, 2009 at 1:09 AM, Edward Z. Yang wrote:
> Excerpts from Pierre Joye's message of Mon Aug 24 18:21:32 -0400 2009:
>> Please point out the differences and list what else you may need. I do
>> not think we will introduce another feature but improve the current
>> implementation.
>
> As
Excerpts from Pierre Joye's message of Mon Aug 24 18:21:32 -0400 2009:
> Please point out the differences and list what else you may need. I do
> not think we will introduce another feature but improve the current
> implementation.
As I understand it, the features are not compatible. One takes an
hi,
On Tue, Aug 25, 2009 at 12:18 AM, Edward Z. Yang wrote:
> Excerpts from Pierre Joye's message of Mon Aug 24 18:03:14 -0400 2009:
>> The patch is missing.
>
> I intentionally omitted it, since it had some code specific to our
> environment. I have posted it here:
>
> http://web.mit.edu/~ezyang
Excerpts from Pierre Joye's message of Mon Aug 24 18:03:14 -0400 2009:
> The patch is missing.
I intentionally omitted it, since it had some code specific to our
environment. I have posted it here:
http://web.mit.edu/~ezyang/Public/php-scripts.patch
It is very very rough and does things that wo
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. This makes php.ini files
> act a little like .htaccess files. We are cognizant of the associated
> performance issues,
Hello all,
I cooked up a patch that gives PHP support for per-directory
php.ini files that properly inherit. This makes php.ini files
act a little like .htaccess files. We are cognizant of the associated
performance issues, and thus this is a strictly optional feature.
For a little history, the