I have not personally tested PHP 7. Not all of those are from CB. Specifically only the following apply to CB.
Code:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; cbPMSHandler has a deprecated constructor in /mnt/data/vhosts/casite-581868.cloudaccess.net/httpdocs/libraries/CBLib/CB/Legacy/cbPMSHandler.php on line 15
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; cbTabHandler has a deprecated constructor in /mnt/data/vhosts/casite-581868.cloudaccess.net/httpdocs/libraries/CBLib/CB/Legacy/cbTabHandler.php on line 20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; cbFieldHandler has a deprecated constructor in /mnt/data/vhosts/casite-581868.cloudaccess.net/httpdocs/libraries/CBLib/CB/Legacy/cbFieldHandler.php on line 24
Fatal error: Redefinition of parameter $user in /mnt/data/vhosts/casite-581868.cloudaccess.net/httpdocs/components/com_comprofiler/plugin/user/plug_cbreconfirmemail/cbreconfirmemail.php on line 134134
The following we couldn't change yet due to B/C issues (still plugins using same class name as constructor). Will look into fixing those for next release to better prepare for PHP 7. Note the below shouldn't cause any issues beyond the deprecated notice.
Code:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; cbPMSHandler has a deprecated constructor in /mnt/data/vhosts/casite-581868.cloudaccess.net/httpdocs/libraries/CBLib/CB/Legacy/cbPMSHandler.php on line 15
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; cbTabHandler has a deprecated constructor in /mnt/data/vhosts/casite-581868.cloudaccess.net/httpdocs/libraries/CBLib/CB/Legacy/cbTabHandler.php on line 20
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; cbFieldHandler has a deprecated constructor in /mnt/data/vhosts/casite-581868.cloudaccess.net/httpdocs/libraries/CBLib/CB/Legacy/cbFieldHandler.php on line 24
forge.joomlapolis.com/issues/5843
The following is a bug in CB Reconfirm Email and am fixing for a new release.
Code:
Fatal error: Redefinition of parameter $user in /mnt/data/vhosts/casite-581868.cloudaccess.net/httpdocs/components/com_comprofiler/plugin/user/plug_cbreconfirmemail/cbreconfirmemail.php on line 134134
forge.joomlapolis.com/issues/5842