Actions
Feature proposal #5717
closedPHP 7 compatibility
Description
Same class name constructors are deprecated in PHP 7. Replace them with the __construct function.
deprecated constructor in C:\wamp\www\develop\libraries\CBLib\CB\Legacy\CBframework.php on line 20
Additional compatibility changes maybe needed. See below for migration information.
http://php.net/manual/en/migration70.php
Specifically the following.
http://php.net/manual/en/migration70.deprecated.php
Needs implemented before Feb 17th (Joomla 3.5 release date).
Updated by beat almost 9 years ago
- Status changed from Assigned to Resolved
- Assignee changed from krileon to beat
- Priority changed from Urgent to Normal
- % Done changed from 0 to 100
Implemented in MR !1005
Actions