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
Original issue reported on code.google.com by
julien.g...@gmail.com
on 15 Jun 2011 at 5:19Attachments: