By default, some PHP directives, such as “disable_functions,” may not be available for user-level management through PHP Selector. This article explains how to enable the disable_functions directive, allowing users to…
Tag: PHP
How to Change the PHP handler using the Rebuild_phpconf script
August 21, 2024 / Web Design & DevelopmentIn order to ensure correct configuration and updates of PHP settings across your server, aligning them with the intended handler, use the rebuild_phpconf script to adjust the PHP handler. Follow…
How to increase the PHP upload limit
July 8, 2024 / Web Design & DevelopmentThis guide explains how to increase the PHP upload limit. Increasing the PHP upload limit allows for the uploading of larger files, which is essential for certain applications, plugins, or…
WordPress – switch to sending email via SMTP (PHP Mail alternative)
March 21, 2024 / WordPressFor security reasons, sending e-mail using the internal PHP mail() function is disabled on most of our shared servers. Default WordPress installations rely on the mail() function to send e-mail…
How to set the timezone in PHP
January 19, 2024 / Web HostingThis article explains how to set the TimeZone in PHP. Users need to set the TimeZone if they notice an incorrect time in their PHP scripts. This variation is mostly…