So here's the deal. I am working on someone else's script that I can only see about half the code for (other half is in zend secure blah blah)
Anyways, I can't force php to show errors. I've tried INI set with htaccess, error_reporting(E_ERROR | E_WARNING | E_PARSE);, etc etc.. even with blatent errors in code, it just ignores me and doesn't display an error. Any idea why I can't get php to output errors? This isn't a production enviroment either..