mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Announce PHP 8.4.18
This commit is contained in:
@@ -2,6 +2,42 @@
|
||||
$OLDRELEASES = array (
|
||||
8 =>
|
||||
array (
|
||||
'8.4.17' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
array (
|
||||
'English' => '/releases/8_4_17.php',
|
||||
),
|
||||
'tags' =>
|
||||
array (
|
||||
),
|
||||
'date' => '15 Jan 2026',
|
||||
'source' =>
|
||||
array (
|
||||
0 =>
|
||||
array (
|
||||
'filename' => 'php-8.4.17.tar.gz',
|
||||
'name' => 'PHP 8.4.17 (tar.gz)',
|
||||
'sha256' => 'aa0efeb7b47adff31e10bed1fc4ffcd4c0b5a4d41ab0bacfbb549c584939ee90',
|
||||
'date' => '15 Jan 2026',
|
||||
),
|
||||
1 =>
|
||||
array (
|
||||
'filename' => 'php-8.4.17.tar.bz2',
|
||||
'name' => 'PHP 8.4.17 (tar.bz2)',
|
||||
'sha256' => 'ea67d83d72dd6f3abaaeae7f532f78fd12192861d96aba8e9eca3b2ddade42d2',
|
||||
'date' => '15 Jan 2026',
|
||||
),
|
||||
2 =>
|
||||
array (
|
||||
'filename' => 'php-8.4.17.tar.xz',
|
||||
'name' => 'PHP 8.4.17 (tar.xz)',
|
||||
'sha256' => '28b234e347286158cae921d61283eb1169d89bc9d2e5f5976567260ff38b0bfa',
|
||||
'date' => '15 Jan 2026',
|
||||
),
|
||||
),
|
||||
'museum' => false,
|
||||
),
|
||||
'8.5.1' =>
|
||||
array (
|
||||
'announcement' =>
|
||||
|
||||
@@ -34,13 +34,13 @@ $RELEASES = (function () {
|
||||
|
||||
/* PHP 8.4 Release */
|
||||
$data['8.4'] = [
|
||||
'version' => '8.4.17',
|
||||
'date' => '15 Jan 2026',
|
||||
'version' => '8.4.18',
|
||||
'date' => '12 Feb 2026',
|
||||
'tags' => [], // Set to ['security'] for security releases.
|
||||
'sha256' => [
|
||||
'tar.gz' => 'aa0efeb7b47adff31e10bed1fc4ffcd4c0b5a4d41ab0bacfbb549c584939ee90',
|
||||
'tar.bz2' => 'ea67d83d72dd6f3abaaeae7f532f78fd12192861d96aba8e9eca3b2ddade42d2',
|
||||
'tar.xz' => '28b234e347286158cae921d61283eb1169d89bc9d2e5f5976567260ff38b0bfa',
|
||||
'tar.gz' => '79636f2890976e7507123988c4750e592a6eb35cd407bfa7d2bb35ad15af3a06',
|
||||
'tar.bz2' => '586b32d92cebcfbca495c5f6ad1a33640553d0a9c0bfd2e6715334d959cf9858',
|
||||
'tar.xz' => '957a9b19b4a8e965ee0cc788ca74333bfffaadc206b58611b6cd3cc8b2f40110',
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user