Re: [MP2] possible pnotes bug?

2006-01-09 Thread Clint Edwards
gt; > return Apache2::Const::OK; > } > > I would expect it to print 2 times the same hash. Undefining $ctx > should not > affect the value saved in pnotes. But here is what is printed: > > $ curl http://localhost:8082/pnotes > >>>>>>>>>>

Re: postprocessing html+php code generated by a mod_perl system before to send it to browser

2005-11-22 Thread Clint Edwards
s a filter if you build php like this > > $ ./configure --with-apxs2filter=/path/to/apache/bin/apxs > > but I'm not really into php, so it might take more than that. but it looks > like php definitely has a filter option in at least 5.0.5 (and most likely > earlier)