Hi. I've got a PHP page that occasionally outputs this text at the top of the page:
HTTP/1.1 200 OK Date: Mon, 01 Dec 2003 23:34:45 GMT Server: Apache/1.3.28 (Darwin) PHP/4.3.4 X-Powered-By: PHP/4.3.4 Set-Cookie: PHPSESSID=8bb4a5c187264476a3d6ddd8d3a688ac; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Keep-Alive: timeout=15, max=97 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html 106f
Does anyone know what PHP call could possibly output this stuff? It didn't happen in the past. I recently upgraded to PHP4.3.4 and now it shows this stuff, but not always.
Thanks for any info.
-Ben