Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion source/content/php-runtime-generation-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Once the Dev environment for a site has been upgraded to Generation 2, deploying
| **pdo_pgsql** | 13.5 | 15.14 |
| **pdo_sqlite** | 3.26.0 | 3.40.1 |
| **pgsql** | 13.5 | 15.14 |
| **redis** | 5.3.7<br/>Compression types: zstd | 6.2.0<br/>Compression types: zstd, lzf, lz4 |
| **redis** | 6.3.0<br/>Compression types: zstd | 6.3.0<br/>Compression types: zstd, lzf, lz4 |
| **sqlite3** | 3.26.0 | 3.40.1 |

<sup>1</sup> Support for these PHP extensions may be added after the platform-wide rollout begins. If you depend on this PHP Extension, we recommend you <a href="#q-how-do-i-opt-out-of-php-runtime-generation-2">opt out of PHP Runtime Generation 2</a> for now. <br /><br />
Expand Down
8 changes: 8 additions & 0 deletions source/releasenotes/2025-11-20-phpredis-extension-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: PHP Redis Extension Update v6.3.0 now available
published_date: "2025-11-21"
categories: [infrastructure, performance, tools-apis]
---

The PHP Redis agent has been updated to the latest version, v6.3.0, for all eligible versions of PHP on both PHP Runtime Generation 1 and [Generation 2](https://docs.pantheon.io/php-runtime-generation-2).

Loading