diff --git a/include/layout.inc b/include/layout.inc
index 7f572da6bc..02b6f733ca 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 79a698a6c7..9e24fc8c5f 100644
--- a/index.php
+++ b/index.php
@@ -86,7 +86,7 @@
A popular general-purpose scripting language that is especially suited to web development.
Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.