Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions source/releasenotes/2025-10-07-php-83-84-patch-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "PHP 8.3 and 8.4 updated to their latest patch releases"
published_date: "2025-10-07"
categories: [infrastructure, security]
---
PHP versions [8.3.26](https://www.php.net/ChangeLog-8.php#8.3.26) and [8.4.13](https://www.php.net/ChangeLog-8.php#8.4.13), are now available on the platform. These updates bring the latest bug fixes, improving performance and security for your sites. Updates will be applied automatically over the next few days, so no manual action is required.

PHP 8.4 is only available with the new [PHP Runtime Generation 2](/php-runtime-generation-2). To upgrade your site, set the following in your `pantheon.yml` file:

```yaml:title=pantheon.yml
php_version: 8.4
```

The PHP 8.4 upgrade process automatically includes an upgrade to PHP Runtime Generation 2.

**Important PHP version information**

* PHP 8.1 and 8.2 are currently receiving security-only updates.
* For more details, see the full list of [PHP supported versions](https://www.php.net/supported-versions.php).

For the best performance and security, Pantheon recommends running PHP 8.2 and above.