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
Important Notes​
Some PHP options cannot be configured from this page. Instead, they must be set on the PHP Limits page:
max_execution_timemax_input_timemax_input_varsmemory_limitpost_max_sizeupload_max_filesize
These limits are enforced at the container level and require a different configuration method.