Phabricator pre-flight checks currently prevent startup if the following is defined in the php config:
disable_functions = phpinfo
We are required to disable phpinfo as standard on all php installations to improve base security.
Could I request phabricator allows disabling of phpinfo within the php application - as currently we need to manually hack the source code on each phabricator update to re-apply this exception.