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...

What is the meaning of owner, group, and everyone in the permissions panel?

- Owner defines the permissions set for your main FTP account. - Group defines permissions valid...

How do I activate SSL in osCommerce?

In order to configure osCommerce to work with SSL please open the file...

How to flush DNS cache in my PC?

How to flush DNS cache in Linux / Windows / Mac Flush dns to get a new name resolution. Also...

How do I perform a trace route?

Traceroute (tracert) works by sending a packet to an open UDP port on a destination machine. For...