You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Warning: count(): Parameter must be an array or an object that implements Countable in /tmp/iniscan/vendor/psecio/iniscan/src/Psecio/Iniscan/Command/ScanCommand/Output/Console.php on line 101
Script iniscan handling the __exec_command event returned with error code 1
For the warning, I doesn't seem that count()is used here:
For the error (2nd line) however, it comes only when using composer, eg. composer exec iniscan scan -- --path=/path/to/php.ini instead of vendor/bin/iniscan scan --path=/path/to/php.ini
The text was updated successfully, but these errors were encountered:
Every scan command ends with:
For the warning, I doesn't seem that
count()
is used here:iniscan/src/Psecio/Iniscan/Command/ScanCommand/Output/Console.php
Line 101 in 880dede
it may be a cascading from
iniscan/src/Psecio/Iniscan/Operation.php
Line 73 in 880dede
or
iniscan/src/Psecio/Iniscan/Rule.php
Line 151 in 880dede
https://www.php.net/manual/en/function.count.php
For the error (2nd line) however, it comes only when using composer, eg.
composer exec iniscan scan -- --path=/path/to/php.ini
instead ofvendor/bin/iniscan scan --path=/path/to/php.ini
The text was updated successfully, but these errors were encountered: