--- cpanelresult: apiversion: 2 data: - 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. default: 'On' title: allow_url_fopen 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. default: 'Off' title: display_errors type: bool - comment: The error reporting level. default: E_ALL range: ~E_ALL,E_ALL & ~E_NOTICE,E_ALL title: error_reporting type: list - comment: Allows uploading files over HTTP. default: 'On' title: file_uploads type: bool - comment: "The list of directories where scripts look for files (similar to system's PATH variable). To separate directories, use a colon (:) For example: .:/dir/inc:/usr/lib/php" default: .:/opt/alt/php74/usr/share/pear title: include_path type: value - comment: Tells whether to log errors. By default, errors are logged in the server's error log. Use the error_log directive to specify the path to your own log file. default: 'On' title: log_errors type: bool - comment: "Additional parameters for the mail() function used to send mail. For example, to use your custom Sendmail configuration: -C /dir/conf.cf" default: '' title: mail.force_extra_parameters type: value - comment: The maximum time in seconds a script is allowed to run before it is terminated. default: 30 title: max_execution_time type: value - comment: The maximum time in seconds a script is allowed to parse input data. default: -1 title: max_input_time type: value - comment: "The maximum amount of memory in bytes a script is allowed to allocate. Set the value to -1 to have no memory limit (not recommended). Use shortcuts for byte values: K (kilo), M (mega), and G (giga). For example, 128M" default: 128M range: 64M,128M,192M,256M,368M,512M title: memory_limit type: list - comment: "The list of directories used to limit the files that can be opened by PHP. If the file is outside the specified directories, PHP scripts will refuse to open it. To separate directories, use a colon. For example: /dir/upload:/usr/tmp" default: '' title: open_basedir type: value - comment: "The maximum size in bytes of data that can be posted with the POST method. Typically, should be larger than upload_max_filesize and smaller than memory_limit. Use shortcuts for byte values: K (kilo), M (mega), and G (giga). For example, 16M." default: 8M range: 2M,4M,8M,16M,32M,64M,128M title: post_max_size type: list - comment: "The directory where PHP writes session data (files). For example: /dir/tmp" default: /opt/alt/php74/var/lib/php/session title: session.save_path type: value - comment: Allows the short form of the PHP open tag. default: 'On' title: short_open_tag type: bool - comment: "The maximum size in bytes of an uploaded file. Use shortcuts for byte values: K (kilo), M (mega), and G (giga). For example, 128M." default: 2M range: 2M,4M,8M,16M,32M,64M,128M,256M,512M,1G title: upload_max_filesize type: list event: result: 1 func: showPHPOptTable module: LVEInfo postevent: result: 1 preevent: result: 1