File: //etc/cl.selector.conf.d/php.conf
# Sign commenting is allowed only at the beginning of the line
Directive = allow_url_fopen
Default = Off
Type = bool
Comment = Allows PHP file functions to retrieve data from remote locations over FTP or HTTP. This option is a great security risk, thus do not turn it on without necessity.
Directive = display_errors
Default = Off
Type = bool
Comment = Determines whether errors should be printed to the screen as part of the output or if they should not be shown to a user.