Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php 5.2.10 error message re: incompatible function override #819

Closed
robocoder opened this issue Jun 21, 2009 · 2 comments
Closed

php 5.2.10 error message re: incompatible function override #819

robocoder opened this issue Jun 21, 2009 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@robocoder
Copy link
Contributor

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.

@robocoder
Copy link
Contributor Author

(In [1246]) fixes #819 - change method signature to match that in base class

@robocoder
Copy link
Contributor Author

(In [1247]) fixes #821, refs #819

@robocoder robocoder added this to the Piwik 0.4.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

1 participant