custom php.ini

PHP Selector allows customer to edit php.ini settings. Admin has a full control over which settings can be modified.

Here are some of the examples of allowed directives:

 

Directive = safe_mode
Default   = Off
Type      = bool
Remark    = <5.4.0
Comment   = Enables PHP safe mode. This mode puts a number of restrictions on scripts (say, access to file system) mainly for security reasons.

 

Directive = safe_mode_include_dir
Type      = value
Remark    = <5.4.0
Comment   = If PHP is in the safe mode and a script tries to access some files, files from this directory will bypass security (UID/GID) checks. Th
e directory must also be in include_path. For example: /dir/inc

 

Directive

php.ini setting

Default

Default value

Type

bool, value (any text), list

Range

list of values for list Type

Comment

explanation of the setting to display in UI

 

Users can use web interface to modify php.ini settings

phpselector_options

Was this answer helpful?

 Print this Article

Also Read

How do I limit what the search engines can index ?

Various search engines such as Google have what are called 'spiders' or 'robots' continually...

Error: register_globals is disabled in your PHP

If you installed a new script and are getting the 500 error trying to load the page please see...

Do I use localhost or remotemysqlhost for my mysql connection ?

You can view whether your account is using localhost or remotemysql host in your cPanel...

What is php.ini ?

The php.ini file is a special file for phpSuExec (pronounced php-soo-ec-sec). The...

How do I setup custom php.ini settings?

We have recently updated many of our shared hosting servers to php 5 with phpSuExec enabled. This...