// Adjust error_reporting favourable to deployment.
// Adjust error_reporting favourable to deployment.
version_compare(PHP_VERSION,'5.5.0')<=0?error_reporting(E_WARNING&~E_NOTICE&~E_DEPRECATED&E_ERROR):error_reporting(E_WARNING&~E_NOTICE&~E_DEPRECATED&E_ERROR&~E_STRICT);// PRODUCTION
version_compare(PHP_VERSION,'5.5.0')<=0?error_reporting(E_WARNING&~E_NOTICE&~E_DEPRECATED&E_ERROR):error_reporting(E_WARNING&~E_NOTICE&~E_DEPRECATED&E_ERROR&~E_STRICT);// PRODUCTION