PHP 8.5 Now Available on Servebolt Linux 8 Servers

What Servebolt is known for is that we have a bit of an obsession with performance. We know that for your business, every millisecond shaved off a page load isn’t just a technical achievement, it’s a better user experience, a higher conversion rate, and a boost in SEO rankings.

That’s why we’re excited to announce that PHP 8.5 is now officially available on all Servebolt Linux 8 servers.

Hot on the heels of our PHP 8.4 rollout, this latest release continues the trend of making the web’s most popular language faster and more robust. Whether you are a store owner, a lead developer, or an agency managing dozens of sites, PHP 8.5 brings something to the table for you.

What PHP 8.5 Means for You

While version updates can sometimes feel like “maintenance,” PHP 8.5 is more about refinement and efficiency. Here is how it breaks down for the different people who keep a website running.

For the Business Owner (The Customer)

The biggest gain here is speed and security. PHP 8.5 includes further optimizations that reduce server-side execution time. On the Servebolt Cloud, which is already tuned for high performance, this means your WordPress or Magento site stays snappy even during traffic spikes.

Upgrading also ensures your site remains secure. As older PHP versions reach their end-of-life, staying on the cutting edge is the best way to protect your customer data and maintain PCI compliance.

For the Developer

PHP is becoming more modern and “expressive” with every release. PHP 8.5 continues to refine features like property hooks and type safety, reducing the amount of “boilerplate” code you have to write.

The result? Code that is easier to read, faster to debug, and less prone to those annoying runtime errors. It allows you to spend less time fighting with the language and more time building features that actually matter for the project.

For the Agency

For agencies, PHP 8.5 is all about future-proofing and reliability. Managing a fleet of client sites is much easier when those sites are running on a modern, supported stack.

By moving your clients to PHP 8.5, you are reducing technical debt and ensuring that the themes and plugins they rely on will continue to function perfectly as the ecosystem evolves. Plus, being able to tell your clients that their site is running on the latest, fastest technology is always a great selling point for your maintenance packages.

New Features and Improvements in PHP 8.5

Here are the key benefits you’ll notice when running your apps on PHP 8.5:

Cleaner, Easier Code

PHP 8.5 introduces a pipe operator (|>) that lets developers chain functions in a way that’s easier to read and maintain. Think of it like writing a recipe — each step moves clearly from one to the next.

More Useful Built-Ins

Two new helper functions — array_first() and array_last() — let you quickly get the first or last item from an array without boilerplate. Little additions like these save time in everyday development.

Better URL Handling

The new URI extension brings standards-compliant URL parsing — a win for apps that deal with redirects, APIs, and routing rules.

Debugging That Actually Helps

Fatal errors now include stack traces by default, making it easier to trace issues in staging and Production environments, meaning less guesswork, faster fixes.

More Control Over Memory

A new configuration directive, max_memory_limit, gives you predictable memory ceilings without surprises during high-traffic bursts.

Internationalisation Improvements

New internationalisation features help apps handle right-to-left languages and formatted lists in a more robust and native way.

These updates make day-to-day coding smoother, debugging clearer, and your applications more robust overall — without big rewrites. 

How to Upgrade to PHP 8.5

We’ve made the process as simple as a few clicks. You can change your PHP version directly within the Servebolt Admin Panel.

To upgrade the PHP version, navigate to the site where you want to update the PHP version. In the left menu, click on PHP Settings.

When changing your PHP version, it will be activated immediately. However, before you make the switch on a live site, we always recommend testing it in a staging environment first. While PHP 8.5 is designed to be backwards compatible with most PHP 8.x code, it’s always best practice to ensure your specific plugins and themes are ready.

How to Switch to PHP 8.5 Using the Servebolt API

If you prefer automation or want to manage changes programmatically, you can switch your site to PHP 8.5 using the Servebolt API. By making a simple update request to the site endpoint, you can modify your site configuration — including the PHP version — along with other settings, such as the site name or Bolt details. This makes it easy to roll out PHP upgrades across multiple sites or integrate PHP version management into your own workflows and deployment pipelines. While the API documentation is generic and not limited to PHP versions, it gives you full flexibility to keep your stack up to date without manual clicks in the Admin Panel.

Ready to make the jump? Check out our step-by-step guide on how to upgrade the PHP version of your site.