Re: mp2 FunctionTable.pm addition

2002-12-07 Thread Geoffrey Young
Randy Kobes wrote: The recent addition of $r->as_string requiring modperl_sv_str_header requires, at least for Win32, adding this function to ModPerl::FunctionTable so that it gets included in the mod_perl lib. The following diff does that: thanks randy. we should probably create a document w

Re: mp2 FunctionTable.pm addition

2002-12-07 Thread Stas Bekman
Randy Kobes wrote: The recent addition of $r->as_string requiring modperl_sv_str_header requires, at least for Win32, adding this function to ModPerl::FunctionTable so that it gets included in the mod_perl lib. The following diff does that: Thanks, Randy. Committed! -- __

mp2 FunctionTable.pm addition

2002-12-07 Thread Randy Kobes
The recent addition of $r->as_string requiring modperl_sv_str_header requires, at least for Win32, adding this function to ModPerl::FunctionTable so that it gets included in the mod_perl lib. The following diff does that: == Index: xs/tables/cur