Re: [mp2] modperl_request_read in mod_perl.lib

2003-11-06 Thread Stas Bekman
Randy Kobes wrote: With the current mp2 cvs, the build of Apache::RequestIO fails with an unknown symbol modperl_request_read on Win32. I think this is due to modperl_request_read being declared as static within xs/tables/current/ModPerl/FunctionTable.pm, which as such doesn't get added to mod_perl

[mp2] modperl_request_read in mod_perl.lib

2003-11-06 Thread Randy Kobes
With the current mp2 cvs, the build of Apache::RequestIO fails with an unknown symbol modperl_request_read on Win32. I think this is due to modperl_request_read being declared as static within xs/tables/current/ModPerl/FunctionTable.pm, which as such doesn't get added to mod_perl.lib. This patch: =