globalcitizen / phpdfg

PHP 'disable_functions' Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpdfg

PHP 'disable_functions' Generator.

Populates the 'disable_functions' directive in php.ini given the path to a PHP codebase, excluding disused functions.

Optionally, generates a warning if dangerous functions are in use, where dangerous are defined as those known to facilitate arbitrary code execution (in any environment, not necessarily all environments).

Usage: phpdfg [-q] -q Quiet mode. Do not emit warnings. The path to the source code repository you wish to configure against.

About

PHP 'disable_functions' Generator


Languages

Language:PHP 100.0%