General PHP information

PHP Version: This is available on the left hand side of cPanel. We usually try and run the latest stable version.

Server API: Our servers currently run PHP through suPHP, which makes the server api "CGI".

Settings: Visit "PHP Configuration" in cPanel. These are for reference only.

If you would like to overwrite any settings you can do so with a few different methods.

The first is to use a php.ini file and place it in the directory where you want to overwrite the settings. php.ini files are not recursive (meaning they only change the setting in the directory the file is in) so they are not ideal for most users.

The best way to overwrite settings is to use ini_set within your PHP, usually in a common file. More information is available here.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Setup MySQL database

There's a few ways to setup mysql on our servers."MySQL Databases" in cPanel is only recommended...

Manage MySQL database

There are a few ways to manage MySQL databases on our server.The first is to use command line in...

Enable mod_deflate

Mod_deflate is an apache (web server) module which basically compresses files before sending them...

Custom error pages

Custom error pages are a great way to complete your website. You can use our Custom Error editor...

Paths

Home path, perl path and sendmail paths are available on the left hand side of cPanel under stats.