[date] [error] [client 127.0.0.1] Premature end of script headers: php.exe
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. Furthermore when I actually run php.exe from the commandline and pass it the php file as an argument it executes it fine which leads me to believe it is an httpd.conf problem. Any suggestions as to how I could test this further?
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. Furthermore when I actually run php.exe from the commandline and pass it the php file as an argument it executes it fine which leads me to believe it is an httpd.conf problem. Any suggestions as to how I could test this further?