Re: [mp2] make test problems when configuring against source

2004-11-24 Thread Stas Bekman
please followup on this issue asap, as this is critical for mp2.0 release. Stas Bekman wrote: As several users have reported to the list, when one configures against the httpd-2.0 source .e.g: perl Makefile.PL MP_INST_APACHE2=1 MP_AP_PREFIX=/home/stas/apache.org/httpd-2.0 'make test' fails with

Re: svn commit: r106451 - /perl/modperl/trunk/src/modules/perl/modperl_global.c /perl/modperl/trunk/src/modules/perl/modperl_global.h

2004-11-24 Thread Stas Bekman
[EMAIL PROTECTED] wrote: [...] + + + + +/*** anon handlers code ***/ + +static modperl_global_t MP_global_anon_cnt; + +void modperl_global_anon_cnt_init(apr_pool_t *p) [...] + + + +/*** TLS ***/ [...] what do you think about embedding some whitespace between groups of functions in the C code? So f

Re: [mp2] extending Apache::RequestRec::filename to optionally set its stat record

2004-11-24 Thread Stas Bekman
Geoffrey Young wrote: Stas Bekman wrote: At the modperl list following the question documented at this entry's Note: http://perl.apache.org/docs/2.0/api/Apache/RequestRec.html#C_filename_ - Note that if you change the filename after the PerlMapToStorageHandler phase was

Re: [mp2 patch] anon subs B::Deparse deployment replacement

2004-11-24 Thread Stas Bekman
Sorry for taking so long to reply, I got back to work on this code now. - i'm not sure if I can use a static global variable as a mutex (see XXX in the patch) I don't think there is a problem with that. But couldn't the modperl_global.* stuff be used for this instead ? I thought of that. 1) I'

Re: [mp2] extending Apache::RequestRec::filename to optionally set its stat record

2004-11-24 Thread Geoffrey Young
Stas Bekman wrote: > At the modperl list following the question documented at this entry's Note: > http://perl.apache.org/docs/2.0/api/Apache/RequestRec.html#C_filename_ > > - > Note that if you change the filename after the PerlMapToStorageHandler > phase was run and

Re: another svn problem (diff across svn:external

2004-11-24 Thread David Wheeler
On Nov 23, 2004, at 7:00 PM, Geoffrey Young wrote: I really don't know. but I'll take it up with infrastructure@ or #asfinfra on monday and find out. I'm on #asfinfra most days. Holler at "Theory" to get my attention and I'll join in. my thought is that if there is a chance that we can control

Re: Question on Signal

2004-11-24 Thread Stas Bekman
Murugan K wrote: Hi All I am in the process of porting Perl for NetWare. I want to initialize some of the NetWare specific values in the SIGART signal handler. Can anybody tell me which file it is handled that signal or it is not handled at all. Sorry in advance , if it is

[mp2] extending Apache::RequestRec::filename to optionally set its stat record

2004-11-24 Thread Stas Bekman
At the modperl list following the question documented at this entry's Note: http://perl.apache.org/docs/2.0/api/Apache/RequestRec.html#C_filename_ - Note that if you change the filename after the PerlMapToStorageHandler phase was run and expect Apache to serve it, you n

Question on Signal

2004-11-24 Thread Murugan K
Hi All I am in the process of porting Perl for NetWare. I want to initialize some of the NetWare specific values in the SIGART signal handler. Can anybody tell me which file it is handled that signal or it is not handled at all. Sorry in advance , if it is a simple questi