psecio/iniscan

Scan fails with missing ini sections

philipsharp opened this issue · 3 comments

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

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.

Looks good.

$ bin/iniscan scan --path=php.ini.empty 
== Executing INI Scan [12.09.2013 17:00:25] ==

Results for php.ini.empty:
...

excellent! thanks for checking