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
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!
--
__
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