Jeff Ambrosino wrote:
> I've made great use of $r->pnotes, and now finding myself in need of a
> similar way to stash objects within the connection object. While
> there are regular 'notes' offered by the connection ($c->notes),
> unfortunately there is no 'pnotes'. Any suggestions for a workar
Has anyone managed to compile a static (no DSO) apache with mod_perl and
libapreq? Both mod_perl and libapreq have instructions for building them
statically individually, but the instructions seem to be mutually
incompatible.
I think you might might bring up a good point. At the least, theres no
I've made great use of $r->pnotes, and now finding myself in need of a
similar way to stash objects within the connection object. While
there are regular 'notes' offered by the connection ($c->notes),
unfortunately there is no 'pnotes'. Any suggestions for a workaround?
The requirement is as fol
Searching for some clue of simultaneous static compilation of apache+mp2+apreq2
i have
only found this 2005-march entry in mailinglists.
> Has anyone managed to compile a static (no DSO) apache with mod_perl and
> libapreq? Both mod_perl and libapreq have instructions for building them
> statica
Sorry, the error was not related with HTML::Entities.
The error was when modifying the data obtained with
my $table = $req->param;
(libapreq2)
With previous versions i guess $table could be modified (my prg worked!), now i
get the
error
Can't locate object method "STORE" via package "APR::Reques