iniscan icon indicating copy to clipboard operation
iniscan copied to clipboard

dump of the running php deamon

Open denji opened this issue 9 years ago • 1 comments

We can make dump active process as an alternative to the output from php.ini, any suggestions?

If there's more than one php file settings stdout:

# curl site.com/phpinfo-api.json | ./vendor/bin/iniscan scan --format=json
$ php -r 'print(json_encode(ini_get_all(null, false), JSON_UNESCAPED_UNICODE|JSON_UNESCAPED_SLASHES|JSON_BIGINT_AS_STRING));'
$ php -r 'var_export(ini_get_all(null, false));'

denji avatar Feb 10 '16 00:02 denji

By "dump active process" I assume you're meaning the results from the phpinfo() page here? It's a bit hard to tell from your examples.

enygma avatar Apr 20 '16 13:04 enygma