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

SolidCP & MSPControl: Creating virtual directories

Please follow the steps below to create virtual directory.1. Log in to your hosting control panel...

SolidCP & MSPControl: Redirect URL

Redirect URL will redirect your website to the destination URL.Please follow the steps below to...

SolidCP & MSPControl: Enable AWStats on your website

Please follow the steps below to add and view your website statistics.1. Log in to your hosting...

Convert .htaccess rewrite rules to web.config

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

Browse a website with hosts file

During server migration or transfer, you might want to test your websites in new server to ensure...