PHP

PHP Settings
Changing your PHP settings can fix a number of issues with your website and we've made making those changes in the platform simple. Here are a few...
Thu, 9 Jun, 2022 at 2:55 PM
Changing your PHP Configuration
From the Nimbus Hosting platform dashboard, click on the cog icon next to your website to manage the hosting for that website.  Click on PHP & ...
Tue, 10 May, 2022 at 3:57 PM
Using phpinfo.php
Phpinfo.php is a tool for telling what PHP variables and extensions are enabled on your website.  It's easy to set up, just takes a few minutes, and o...
Thu, 9 Jun, 2022 at 2:03 PM
PHP Variables - Memory Limit
This sets the maximum amount of memory in bytes that a script is allowed to allocate. This helps prevent poorly written scripts for eating up all availabl...
Thu, 9 Jun, 2022 at 11:42 AM
PHP Variables - Max Execution Time
This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser which helps prevent scripts from tying up the serve...
Tue, 14 Jun, 2022 at 11:04 AM
PHP Variables - Open Basedir
When you create a new website there are 2 PHP settings which are automatically added to the site; PHP Memory limit and open_basedir.  If you'd like to...
Tue, 14 Jun, 2022 at 11:05 AM
PHP Upload Limit
When you upload files to WordPress you may receive an error saying you've hit your upload limit, this limit is set by your PHP settings. WordPress is b...
Fri, 10 Jun, 2022 at 10:44 AM
PHP Variables - Disable Functions
disable_functions allows you to disable certain functions. It takes on a comma-delimited list of function names.  These directives were used commonly to d...
Tue, 14 Jun, 2022 at 11:06 AM
Scheduled tasks (CRON) commands running with wrong PHP version
Our hosting platform allows you the flexibility of running your website on various PHP versions, you can even use different PHP versions for different web...
Wed, 25 May, 2022 at 4:25 PM
PHP-FPM Configuration (beta)
We've got a new feature (currently in Beta) where you can adjust some of your PHP-FPM settings through our platform.  The settings and their default v...
Thu, 9 Jun, 2022 at 3:51 PM