count() will now yield a warning on invalid countable types
Pillarish opened this issue · 1 comments
Pillarish commented
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])) {
ccoley commented
@Pillarish This has been fixed in v1.0.7