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

What is phpSuExec?

phpSuExec (pronounced sue-eksek) is a more secure environment for PHP. All of our shared servers...

I ordered an SSL or static IP and now my site is down.

When you order a SSL we assign a static IP to your account. A static IP is required for...

How to Use PHP 5.3 on Linux Hosting

The release of PHP 5.3.x is a major improvement in the 5.x series which includes a large number...

What is high CPU usage and how can I reduce my usage?

What exactly is CPU Usage and What does it mean to your hosting account? CPU time (or CPU...

How do I create a redirect for my site?

These rules should be added to your .htaccess file located in your public_html folder. This rule...