To make sure I even set this in the php file;
ini_set("display_errors","1");
ERROR_REPORTING(E_ALL);
But, as an example, when I accidentally miss a } the screen stays white; no error is shown. When I use the exact same php file on a shared webhost, the error is correctly shown.
php.ini is set to E_ALL | E_STRICT
php memory limit is set to 2k
timeout is set to 0 (infinite)
Anyone have a clue? I use lighttpd on debian 6.