Project

General

Profile

Actions

Bug #6563

closed

PHP7: PclZip: A non well formed numeric value encountered

Added by krileon about 7 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Low
Assignee:
Target version:
Start date:
03 April 2017
Due date:
% Done:

100%

Estimated time:

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.

https://www.joomlapolis.com/forum/153-professional-member-support/236335-updating-language-files-on-php-7-1-1-getting-error-notice#292710

This class probably needs to be updated entirely?

Actions

Also available in: Atom PDF