Actions
Bug #6897
closedTest and fix PHP 7.2 compatibility issues
Description
Appears to be PHP 7.2 compatibility issues that need to be fixed before the PHP 7.2 update is pushed to hosting providers. Below reported issues thus far.
\libraries\CBLib\CB\Legacy\cbPluginHandler.php line 223if ( count( $ids ) == 0 ) {
$ids is not always an array (it can be null) so calling count on it now throws a notice in PHP 7.2.
Updated by krileon almost 7 years ago
Implement a notice (maybe in configuration? panel?) if PHP version is less than 5.6 as that will be the new minimum in CB 2.2.
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 90 to 100
Actions