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.

- What's new in 8.4 + What's new in 8.5 Download
EOF; diff --git a/supported-versions.php b/supported-versions.php index c7e25af638..36ff6c394e 100644 --- a/supported-versions.php +++ b/supported-versions.php @@ -10,6 +10,7 @@ // support lifetime, add it under a heading with an anchor, and add the anchor // and branch names to the array below ('x.y' => '#anchor-name'). $VERSION_NOTES = [ + '8.5' => 'https://www.php.net/manual/migration85.php', '8.4' => 'https://www.php.net/manual/migration84.php', '8.3' => 'https://www.php.net/manual/migration83.php', '8.2' => 'https://www.php.net/manual/migration82.php',