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

Why Use Latest PHP Versions

Each PHP version has lifespan, in which is actively supported within certain period of time after...

SolidCP & MSPControl: Change PHP Version

You can assign specific PHP version for your website, or change it to fulfill your script...

SolidCP & MSPControl: Enable HTTPS for Windows hosting

HTTPS protocol is a standard security technology used to establish an encrypted link between a...

Convert .htaccess rewrite rules to web.config

You can use the Import Rules function in IIS to import rewrite rules coding from .htaccess file...

cPanel: Change PHP Version via Select PHP Version

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