Our development server has suffered some configuration mismatch on recent update to PHP 5.3, and now I can't see any errors – any time I hit a fatal/parse error, I just see a blank page.Now, I know how to enable error reporting in normal cases, but I don't have access to php.ini and \[code\]ini_set('display_errors', 1)\[/code\] obviously doesn't cut it if the page has hit a parse error.Is there any other way to set / override php.ini's settings, via .htaccess perhaps?