Re: [mp2] pnotes-like facility for $c connection object?

2005-10-24 Thread Geoffrey Young
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

Re: static apache+mod_perl+libapreq (update docs?)

2005-10-24 Thread Philip M. Gollucci
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

[mp2] pnotes-like facility for $c connection object?

2005-10-24 Thread Jeff Ambrosino
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

Re: static apache+mod_perl+libapreq (update docs?)

2005-10-24 Thread eps com estem
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

Re: HTML::Entities with libapreq2

2005-10-24 Thread eps com estem
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