Geoffrey Young wrote:
hi all (stas in particular :)
I have this bit of XS in Apache::SSLLookup
SV *
new(self, r)
SV * self
Apache::RequestRec r
INIT:
MP_dTHX; /* interpreter selection */
why do you need that? You already have the context, it's pTHX
this turns into the C c
hi all (stas in particular :)
I have this bit of XS in Apache::SSLLookup
SV *
new(self, r)
SV * self
Apache::RequestRec r
INIT:
MP_dTHX; /* interpreter selection */
this turns into the C code
XS(XS_Apache__SSLLookup_new)
{
dXSARGS;
if (items != 2)
[EMAIL PROTECTED] wrote:
gozer 2004/11/10 23:51:04
Modified:t/response/TestDirective perlloadmodule.pm
Log:
Debugging should remain commented out. My bad.
There is a better way:
Revision ChangesPath
1.8 +1 -1 modperl-2.0/t/response/TestDirective/perlloadmodule.p