From f331693b01975c2dd40d703673933c5cf6e44f5b Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 20 Nov 2025 21:37:06 +0300 Subject: [PATCH] PHP 8.5 released (#1623) * PHP 8.5 released * Add PHP 8.5 migration guide --- include/layout.inc | 6 +++--- index.php | 2 +- supported-versions.php | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/layout.inc b/include/layout.inc index 7f572da6b..02b6f733c 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -526,10 +526,10 @@ function get_nav_items(): array { id: 'help', ), new NavItem( - name: 'PHP 8.4', - href: '/releases/8.4/index.php', + name: 'PHP 8.5', + href: '/releases/8.5/index.php', id: 'php8', - image: '/images/php8/logo_php8_4.svg', + image: '/images/php8/logo_php8_5.svg', ) ]; } diff --git a/index.php b/index.php index 79a698a6c..9e24fc8c5 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@ $intro = <<