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

Announce PHP 8.5.4

This commit is contained in:
Daniel Scherzer
2026-03-12 12:14:43 -07:00
parent b702d25a3a
commit 5bee7281a9
7 changed files with 138 additions and 9 deletions

View File

@@ -88,10 +88,10 @@ $QA_RELEASES = [
'active' => true,
'release' => [
'type' => 'RC',
'number' => 1,
'sha256_bz2' => '75e8dc8e6c44ba3448ab3ce7b1b49b8e9d383b4aa3aa9c3c0f8d76a2101f98f1',
'sha256_gz' => '33681975c07c5f135c350663b842bf90872eb4b1b7261d6b8b3df019985e0d36',
'sha256_xz' => '1919770134558df7eda8e439304cb8107cffe86e7d794f6ead60b6be8424a98b',
'number' => 0,
'sha256_bz2' => '',
'sha256_gz' => '',
'sha256_xz' => '',
'date' => '26 Feb 2026',
'baseurl' => 'https://downloads.php.net/~daniels/',
],

View File

@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
'8.5.3' =>
array (
'announcement' =>
array (
'English' => '/releases/8_5_3.php',
),
'tags' =>
array (
),
'date' => '12 Feb 2026',
'source' =>
array (
0 =>
array (
'filename' => 'php-8.5.3.tar.gz',
'name' => 'PHP 8.5.3 (tar.gz)',
'sha256' => '402654d99b4beda602d4daec4f1cd39aafdacf5923e3e947da87392826660146',
'date' => '12 Feb 2026',
),
1 =>
array (
'filename' => 'php-8.5.3.tar.bz2',
'name' => 'PHP 8.5.3 (tar.bz2)',
'sha256' => 'fc5ecabc183ceb64d9fca3dcd387bd29b2b67448326af998fde003124916823b',
'date' => '12 Feb 2026',
),
2 =>
array (
'filename' => 'php-8.5.3.tar.xz',
'name' => 'PHP 8.5.3 (tar.xz)',
'sha256' => 'ce65725b8af07356b69a6046d21487040b11f2acfde786de38b2bfb712c36eb9',
'date' => '12 Feb 2026',
),
),
'museum' => false,
),
'8.4.18' =>
array (
'announcement' =>

View File

@@ -20,15 +20,15 @@ $RELEASES = (function () {
/* PHP 8.5 Release */
$data['8.5'] = [
'version' => '8.5.3',
'date' => '12 Feb 2026',
'version' => '8.5.4',
'date' => '12 Mar 2026',
'tags' => [], // Set to ['security'] for security releases.
'sha256' => [
// WARNING: Order of SHA256 entries here is DIFFERENT from the
// order in the manifest
'tar.gz' => '402654d99b4beda602d4daec4f1cd39aafdacf5923e3e947da87392826660146',
'tar.bz2' => 'fc5ecabc183ceb64d9fca3dcd387bd29b2b67448326af998fde003124916823b',
'tar.xz' => 'ce65725b8af07356b69a6046d21487040b11f2acfde786de38b2bfb712c36eb9',
'tar.gz' => '4fef7f44eff3c18e329504cb0d3eb30b41cf54e2db05cb4ebe8b78fc37d38ce1',
'tar.bz2' => '2ac929a29a6b7ef4b8acec981a417b91bdf7f548f597df665cc56ab9ea95fc75',
'tar.xz' => 'c1569f1f543f6b025c583cdc0e730e5c5833c603618613f1aa8e75d1524b8c91',
]
];