Steps to add new values for PHP settings in Selector

kumkumsharma

Administrator
Staff member
You have to add your values in /etc/cl.selector/php.conf file to select from drop-down in cpanel.

You can change the range of your PHP settings according to your requirement in /etc/cl.selector/php.conf. Here you can check example of this:

Code:
Directive = memory_limit
Default = 128M
Type = list
Range = 64M,128M,192M,256M,368M,512M
You can change memory limit and allocate according to your need. You can use byte values like K for kilo, M for mega and G for giga.
 
Top