The Apache and php.ini configuration files are frequently inaccessible to users in shared hosting setups. However, the majority of hosting companies let you utilise a “.user.ini” file to change PHP…
Tag: PHP
How to Increase the PHP Memory Limit
July 19, 2024 / How-to GuideThis guide explains how to increase the PHP memory limit. The memory_limit is a PHP setting that determines the maximum amount of memory a script can use. It should be…
How to change PHP version for a website in Plesk
December 11, 2023 / Plesk PanelIn this article, we will explain how to change the PHP version of a website in Plesk. Follow these steps: Log in to your Plesk. Click on the Domains. Click…
How to check the PHP configuration and PHP extension in cPanel
December 8, 2023 / cPanel & WHMIn this article, we will explain how to check the PHP version and configuration in cPanel. The Phpinfo() function is used to inspect the present PHP configuration. Additionally, it serves…
How to enable PHP zip extension in WHM
September 29, 2023 / cPanel & WHMThe Zip extension is an important task for modern websites, and we enable it on all the servers we manage. Enabling the PHP zip extension in WHM is a straightforward…
How to Enable exec() in PHP-FPM on cPanel / WHM
November 30, 2022 / Web DevelopmentOn cPanel servers, PHP-FPM is commonly used to improve PHP performance. However, in some cases, PHP functions such as exec() may not work when PHP-FPM is enabled. This usually happens…
How the PHP extensions can be enabled or disabled using Plesk
October 24, 2022 / Web DevelopmentIn this guide, we will explain how to enable or disable the PHP extension using Plesk. Admins can do this job for their servers with the Plesk control panel. Follow…
How to install latest PHP version using WHM
February 15, 2022 / cPanel & WHMThis article will take you through the procedure of installing the latest PHP version using WHM. PHP is a scripting language rooted in HTML on the server end. Used to…