1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

PHP 8.5 released (#1623)

* PHP 8.5 released

* Add PHP 8.5 migration guide
This commit is contained in:
Sergey Panteleev
2025-11-20 21:37:06 +03:00
committed by GitHub
parent d09ba851de
commit f331693b01
3 changed files with 5 additions and 4 deletions

View File

@@ -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',
)
];
}