Re: [PHP-DEV] Response headers

2002-07-10 Thread Rasmus Lerdorf
Grab one of the recent CVS snapshots. You will find an apache_response_headers() function. -Rasmus On Wed, 10 Jul 2002, Cristi Dumitrescu wrote: > Hi, > > Is there any way to see the outgoing headers for a PHP document? I mean not > only the headers I add via header(), but also the headers add

[PHP-DEV] Response headers

2002-07-10 Thread Cristi Dumitrescu
Hi, Is there any way to see the outgoing headers for a PHP document? I mean not only the headers I add via header(), but also the headers added by default by apache, such as Keep-Alive, Connection, Content etc. I need to count them and compute a traffic report for each PHP served and so far I've