Apache::SubRequest::run

2003-03-10 Thread Daniel Risacher
The Cookbook talks about the 'run' method of a SubRequest, and claims that passing a single true argument to this method will cause the subrequest to send headers (otherwise they are suppressed). I went and found the code that does this in mp1 (it clears the assbackward flag of the RequestRec

Re: Apache::SubRequest::run

2003-03-10 Thread Stas Bekman
Daniel Risacher wrote: The Cookbook talks about the 'run' method of a SubRequest, and claims that passing a single true argument to this method will cause the subrequest to send headers (otherwise they are suppressed). I went and found the code that does this in mp1 (it clears the assbackward

Apache::SubRequest::run segfaulting

2002-06-05 Thread dbohling
Hey list, To be able to pass some notes across php subrequest calls which in turn call a mod_perl handlers we've overriden Apache::SubRequest::run() in startup.pl like so: ### save the original method *NFN::run_save = \Apache::SubRequest::run; ## build our custom version sub NFN::run_custom