Scan fails with missing ini sections
philipsharp opened this issue · 3 comments
philipsharp commented
This particular example is overkill, but it displays the problem:
$ touch php.ini.empty
$ bin/iniscan scan --path=php.ini.empty
ERROR:
[0] Unknown section Session
enygma commented
Alright - give this latest push a try and see if it behaves the same...it should work correctly now. Let me know how it goes.
philipsharp commented
Looks good.
$ bin/iniscan scan --path=php.ini.empty
== Executing INI Scan [12.09.2013 17:00:25] ==
Results for php.ini.empty:
...
enygma commented
excellent! thanks for checking