psecio/iniscan

PHP 5.4+: register_long_arrays false positive

steffenweber opened this issue · 2 comments

In PHP 5.4 the "register_long_arrays" directive has been removed (http://www.php.net/manual/en/ini.core.php#ini.register-long-arrays). It therefore does not exist in my php.ini file. But iniscan throws the following warning:

FAIL   | WARNING  | register_long_arrays     | Registering long arrays turns on the HTTP_*_VARS (Recommended Off)

Update to the latest and give it a shot now - I added the deprecation info into the config.

Works, thanks!