Re: [PHP] Adding to Apache access log from PHP

2002-12-21 Thread Tom Rogers
Hi, Wednesday, December 4, 2002, 12:13:22 AM, you wrote: GC> Hi folks, GC> I would like to add a few fields to a custom Apache access log format GC> and populate the values from mod_php. GC> As a mechanism, I was thinking of using the PHP function putenv( ) to GC> set environmental variables. I

[PHP] Adding to Apache access log from PHP

2002-12-21 Thread Geoff Caplan
Hi folks, I would like to add a few fields to a custom Apache access log format and populate the values from mod_php. As a mechanism, I was thinking of using the PHP function putenv( ) to set environmental variables. I am assuming that these would be in the same request namespace used by Apache?