Re: [PHP] access to the apache environment from the c-client builtinto PHP 4.0.x

2001-08-31 Thread Liam Hoekenga
On Thu, 30 Aug 2001, Rasmus Lerdorf wrote: Just do a putenv() from PHP? We've tried doing that - that's how c-client normally wants to learn about the krb4 ticket file (with the KRBTKFILE variable). But... something is caching the KRBTKFILE value in appropriately, and it's not getting reset

Re: [PHP] access to the apache environment from the c-client builtinto PHP 4.0.x

2001-08-30 Thread Rasmus Lerdorf
Just do a putenv() from PHP? On Fri, 31 Aug 2001, Liam Hoekenga wrote: we're trying to get a krb4 c-client working with php built as an apache server module (either dso or static). we've hit a wall in that, c-client itself seems to have access to the environment in which apache was