PHP Version Switching
Blaze lets you run different PHP versions on each site independently. Switch between PHP 8.1 through 8.5 without restarting your entire environment.
Changing PHP Version
Section titled “Changing PHP Version”- Open a site from the sidebar
- Click the PHP version badge on the site detail view
- Select a new version from the dropdown
- The site will automatically restart with the new PHP version
Each site runs its own PHP-FPM pool on a dedicated port, so changing one site’s PHP version doesn’t affect others.
Available Versions
Section titled “Available Versions”| Version | Port |
|---|---|
| PHP 8.1 | 9081 |
| PHP 8.2 | 9082 |
| PHP 8.3 | 9083 |
| PHP 8.4 | 9084 |
| PHP 8.5 | 9085 |
Installing Additional PHP Versions
Section titled “Installing Additional PHP Versions”If you didn’t install a PHP version during first launch, you can add it later:
- Open Settings (gear icon in the sidebar)
- Go to the Components section
- Click “Download” next to the PHP version you want
- Once downloaded, the version becomes available for all sites
Default PHP Version
Section titled “Default PHP Version”Set a default PHP version in Settings that will be pre-selected when creating new sites.