Not getting PHP errors on command line - how to fix?
Posted: Tue Feb 02, 2010 9:32 pm
I am writing some maintenance scripts that will run from the command line.
I don't get any errors in the stdout, even where some exist (for example, if I forget a ; )
How do I enable this?
I've set error_reporting and display_errors in the php.ini with no luck!
- Jack
I don't get any errors in the stdout, even where some exist (for example, if I forget a ; )
How do I enable this?
I've set error_reporting and display_errors in the php.ini with no luck!
- Jack