PHP CLI script – show errors
If you are struggling with a PHP CLI script and the errors are not showing: php -d display_errors <script_filename.php>
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
If you are struggling with a PHP CLI script and the errors are not showing: php -d display_errors <script_filename.php>
When using a CLI script with options, I like to use the Zend_Console. If my options are as follows: $console…