Ticket #819 (closed Bug: fixed)

Opened 3 years ago

Last modified 3 years ago

php 5.2.10 error message re: incompatible function override

Reported by: vipsoft Owned by:
Priority: major Milestone: Piwik 0.4.1
Component: Core Keywords:
Cc: Sensitive:

Description

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.

Change History

Changed 3 years ago by vipsoft

  • summary changed from php 5.2.10 error message re: incompatible function overridr to php 5.2.10 error message re: incompatible function override

Changed 3 years ago by vipsoft

  • status changed from new to closed
  • resolution set to fixed

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

Changed 3 years ago by vipsoft

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

Note: See TracTickets for help on using tickets.