Check Apache's error_log or the PHP log file, if any. Most likely there's an early error in the script. You can also try activating the display_errors
and display_startup_errors
options in your php.ini (I'm assuming this is a development installation).
Artefacto
2010-07-02 02:25:29