Actions
Bug #6563
closedPHP7: PclZip: A non well formed numeric value encountered
Description
With PHP 7.1.1 the following notice is thrown.
Notice: A non well formed numeric value encountered in /srv/www/vhosts/mysite.ch/httpdocs/libraries/CBLib/CB/Legacy/PclZip.php on line 1881,
This is due to a string containing an integer being multiplied by an integer. Fix is to properly cast to int before multiplying.
This class probably needs to be updated entirely?
Actions