php overloading is a misnomer; propose we use func_get_args
http://forum.piwik.org/index.php?showtopic=1108
are there any known issues with Piwik v0.4 and PHP v5.2.10?
Accessing Piwik I get:
Declaration of Piwik_Event_Notification::increaseNotificationCount() should be compatible with that of Event_Notification::increaseNotificationCount()
in '\piwik\core\PluginsManager.php' at the line 509
It used to work with PHP v5.2.9.2.
(In [1246]) fixes #819 - change method signature to match that in base class