diff --git a/RESTfm.php b/RESTfm.php index 5af933c..79d39ca 100644 --- a/RESTfm.php +++ b/RESTfm.php @@ -26,8 +26,8 @@ $startTimeUs = microtime(TRUE); // Ensure E_STRICT is removed for PHP 5.4+ -//error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); -error_reporting(E_ALL & ~E_STRICT); // Dev. level reporting +error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); +//error_reporting(E_ALL & ~E_STRICT); // Dev. level reporting // x-debug's html error output makes CLI debugging with cURL a problem. ini_set('html_errors', FALSE);