On Thu, 20 Jun 2002, Stas Bekman wrote:
> without this fix: Apache->warn("foo") logs:
actually, not sure we should be supporting this at all.
> s = modperl_global_get_server_rec();
because using the server_rec returned by this function is not thread safe.
ok at startup, but not at request time. could be that Apache->warn and
Apache::warn require +GlobalRequest
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]