diff --git a/include/layout.inc b/include/layout.inc index 86969807e7..b3dc6dbfa9 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -508,10 +508,10 @@ function get_nav_items(): array { id: 'help', ), new NavItem( - name: 'PHP 8.3', - href: '/releases/8.3/index.php', + name: 'PHP 8.4', + href: '/releases/8.4/index.php', id: 'php8', - image: '/images/php8/logo_php8_3.svg', + image: '/images/php8/logo_php8_4.svg', ) ]; } diff --git a/index.php b/index.php index 06c0add468..4fae143de9 100644 --- a/index.php +++ b/index.php @@ -96,7 +96,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.3 + What's new in 8.4 Download
EOF;