On Aug 15, 2007, at 3:46 PM, Sam Carleton wrote:
Is there any way for my apache module to pass parameters in such a way that my php code can get at them?
Stick the data in r->subprocess_env and PHP can access them via $_SERVER (or apache_getenv if $_SERVER is disabled).
Or you can put them in r->notes and use apache_note for access. Brian
