Re: getting current phase / PerlOptions in

2006-10-25 Thread John ORourke
Thanks Adam, not sure why but I didn't look under ModPerl::Util:: Adam Prime x443 wrote: That should be ModPerl::Util::current_callback for 2.0.

RE: getting current phase / PerlOptions in

2006-10-25 Thread Adam Prime x443
That should be ModPerl::Util::current_callback for 2.0. -Original Message- From: Adam Prime x443 Sent: Wednesday, October 25, 2006 10:54 AM To: John ORourke; mod_perl List Subject: RE: getting current phase / PerlOptions in $r->current_callback() in 1.3. (thanks geoff/mpcookb

RE: getting current phase / PerlOptions in

2006-10-25 Thread Adam Prime x443
List Subject: getting current phase / PerlOptions in Hi folks, I can't find anything in the docs (not really sure what to look for) - I want to retrieve the current phase from within a handler. Basically I'm trying to implement a per-directory PerlOptions type directive, so I can turn ph

getting current phase / PerlOptions in

2006-10-25 Thread John ORourke
Hi folks, I can't find anything in the docs (not really sure what to look for) - I want to retrieve the current phase from within a handler. Basically I'm trying to implement a per-directory PerlOptions type directive, so I can turn phase handlers on and off per-directory not just per-server