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
[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
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
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'
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
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
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
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
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