On Tue, 25 Nov 2003 15:34:16 -0500 Geoffrey Young <[EMAIL PROTECTED]> wrote:
> Enrico Sorcinelli wrote: > > Hi all, > >> > > I have this PerlSetVar behaviour. Suppose to have: > > > > <Location /foo> > > SetHander perl-script > > PerlSetVar Something 0 > > PerlResponseHandler MyModule > > </Location> > > > > But in MyModule.pm, $r->dir_config('Something') returns an undef value instead > > of 0 (zero). This happens on both mod_perl generations (I have Perl 5.8.1 with mp > > 1.29 and mp 1.99_10). > > this is fixed in current mod_perl 2.0 cvs - please give it a whirl. Thanks, I'll do it. > I'll take a look at 1.0 "soonish" but it may never get fixed there, depending > on how intricate the change is. we want to fix bugs, of course, but we also > don't want to upset the stable tree for little things, so we treat it with > much more care :) Yes, I know :-) If this little fix will not be inserted in the mp1 tree, there isn't problem: I'll apply the patch locally, where necessary. by - Enrico -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html