cuongpd / gapi-google-analytics-php-interface

Automatically exported from code.google.com/p/gapi-google-analytics-php-interface
0 stars 0 forks source link

E_STRICT : Static function gapiAuthMethod::getMethodName() should not be abstract #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Using php 5.3.5 (Zend Server CE)
2. error_reporting( E_ALL | E_STRICT );
3. require_once '/path/to/gapi.class.php';

Got an E_STRICT error... "Static function gapiAuthMethod::getMethodName() 
should not be abstract"

That mean a static method cannot be static (or a static method cannot be 
abstract)... 

Please see attach patch file

Original issue reported on code.google.com by julien.g...@gmail.com on 15 Jun 2011 at 5:19

Attachments: