I'm working on a php project modifying a CMS. I need to be able to
view the headers that the script is sending at runtime. In php5, I can
use headers_list(), but I'm using php4. Is there any way of getting
the info I need short of re-requesting the file?