[Fri Oct 05 22:08:15 2007] [error] [client 127.0.0.1] Premature end of script headers: php.exe
Just upgraded to Apache 2.0.52 and PHP5 and previously working code gives the above error.
Even a simple
<?
echo "test";
?>
gives this error. Is this a php.ini problem or a httpd.conf error? I know that everything in the .conf is pointing to the correct PHP directory but the parsing of the php file itself seems to be the problem. Any help appreciated. I posted here just in case it was Apache related.
Just upgraded to Apache 2.0.52 and PHP5 and previously working code gives the above error.
Even a simple
<?
echo "test";
?>
gives this error. Is this a php.ini problem or a httpd.conf error? I know that everything in the .conf is pointing to the correct PHP directory but the parsing of the php file itself seems to be the problem. Any help appreciated. I posted here just in case it was Apache related.