with 1.5.6b and PHP 7.1.30, I get a few notices saying
Code:
PHP Deprecated:  Methods with the same name as their class will not be  constructors in a future version of PHP; ec_analytics has a deprecated  constructor
If I change the method to
PHP Code:
 __ec_analytics() 
do I need to change anything else in any other files like the autoloader?