Version: 2.0.1
Options
The PHP Options page allows you to modify PHP settings stored in the php.ini file.

For more advanced users, the PHP.INI Editor can be used - if available.
How to Change PHP Options​
- Open OpenPanel and navigate to PHP > PHP Options.
- Select the desired PHP version from the dropdown.
- Modify the options you want to change.
- Click Save to apply changes.
Settings will be saved to the php.ini file for the selected PHP version, and the PHP container will restart to apply changes immediately. These settings apply to all domains using that PHP version.
Available Options​
The list of configurable PHP options is determined by the system administrator. By default, the following options are available:
allow_url_fopendate.timezonedisable_functionsdisplay_errorserror_reportingfile_uploadslog_errorsmax_execution_timemax_input_timemax_input_varsmemory_limitopen_basediroutput_bufferingpost_max_sizeshort_open_tagupload_max_filesizezlib.output_compression
Customizing Available Options
Administrators can customize the available options:
- For all new users: Edit
/etc/openpanel/php/options.txt - For a specific user: Edit
/home/USERNAME/php.ini/options.txt
Was this helpful?