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:
@@ -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',
|
||||
)
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user