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).
Actions