zingchart/ZingChart-PHP

count() will now yield a warning on invalid countable types

Pillarish opened this issue · 1 comments

From PHP 7.2 count() can no longer be used on a string as you're doing in zc.php line 347:

if (count($chain[1])) {

@Pillarish This has been fixed in v1.0.7