Disabled PHP Functions

PHP is a popular scripting language that is commonly used to build web pages nowadays.
However, some of the PHP functions can be very dangerous to the server, due to their capabilities to exploit and compromise servers.

It is our responsibility as providers to keep the server environment secure.
Therefore, these insecure functions have to remain disabled on the server to avoid exploited activities by irresponsible parties, such as malicious codes injections and executions, data leakage and more.

Some of the PHP functions disabled on the server includes eval(), mysql_pconnect() and more.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

cPanel: Redirect URL

URL direction, also known as URL forwarding allows you to redirect your website traffic from one...

SolidCP & MSPControl: Set website default first page

The default page is the first page that will be display when a user visit your website.Please...

Warning: ini_set() has been disabled for security reasons

Warning: ini_set() has been disabled for security reasonsDuring some script installation below...

SolidCP & MSPControl: Changing web extensions

Please follow the steps below to change your website extension.1. Log in to your hosting control...

cPanel: Change PHP Version via Select PHP Version

With Select PHP Version (also known as PHP Selector), you can change PHP version and enable...