From 48571d543b33bbe19fad2a1d8e0182b194622fb8 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 24 Sep 2026 11:48:31 -0700 Subject: [PATCH] Add the missing bits for the 8.3.35 release - archive 8.3.33 into `$OLDRELEASES` - update `include/version.inc` to 8.3.35 (for the API) --- include/releases.inc | 37 +++++++++++++++++++++++++++++++++++++ include/version.inc | 10 +++++----- 2 files changed, 42 insertions(+), 5 deletions(-) diff --git a/include/releases.inc b/include/releases.inc index 6e054b427a..7f231b8cae 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -113,6 +113,43 @@ $OLDRELEASES = array ( ), 'museum' => false, ), + '8.3.33' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_33.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '30 Jul 2026', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.33.tar.gz', + 'name' => 'PHP 8.3.33 (tar.gz)', + 'sha256' => 'f43566da482abeb1614a512dabeda74967847ce8e176a977390d7a115e7812fd', + 'date' => '30 Jul 2026', + ), + 1 => + array ( + 'filename' => 'php-8.3.33.tar.bz2', + 'name' => 'PHP 8.3.33 (tar.bz2)', + 'sha256' => 'f9c9f4d0cd7692c6e3da363cd4ca72a826a49ae18f5ed430b6fcae7bc2881e18', + 'date' => '30 Jul 2026', + ), + 2 => + array ( + 'filename' => 'php-8.3.33.tar.xz', + 'name' => 'PHP 8.3.33 (tar.xz)', + 'sha256' => 'e293ed620cec74651bb4a071317892a478aa6840fab22db45c72d77cd42f9676', + 'date' => '30 Jul 2026', + ), + ), + 'museum' => false, + ), '8.5.9' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d467b7d987..eb82d3b3b0 100644 --- a/include/version.inc +++ b/include/version.inc @@ -46,13 +46,13 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ - 'version' => '8.3.33', - 'date' => '30 Jul 2026', + 'version' => '8.3.35', + 'date' => '24 Sep 2026', 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'f43566da482abeb1614a512dabeda74967847ce8e176a977390d7a115e7812fd', - 'tar.bz2' => 'f9c9f4d0cd7692c6e3da363cd4ca72a826a49ae18f5ed430b6fcae7bc2881e18', - 'tar.xz' => 'e293ed620cec74651bb4a071317892a478aa6840fab22db45c72d77cd42f9676', + 'tar.gz' => 'e60396276fd57e8210f88919d9acd4aab98d65fbb7f431c13285ca1fb04ff205', + 'tar.bz2' => 'e279d9ec90d9bcab900d146816e5b11d3e8924b80e2ba36c7d7dae7d71dcbf2d', + 'tar.xz' => 'ff4630fbbbd94359134b7d3c223db59329905bdc4f5a9ef93d257b48e358619a', ] ];