From de12c8af91d925c8541a79e43b702cd8472cefb8 Mon Sep 17 00:00:00 2001 From: Volker Dusch Date: Thu, 12 Feb 2026 20:24:04 +0100 Subject: [PATCH] Announce PHP 8.5.3 --- ChangeLog-8.php | 68 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2026-02-12-2.xml | 21 ++++++++++ include/release-qa.php | 8 ++-- include/releases.inc | 36 +++++++++++++++++ include/version.inc | 10 ++--- 6 files changed, 135 insertions(+), 9 deletions(-) create mode 100644 archive/entries/2026-02-12-2.xml diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 9accf4c5a..194df396d 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -9,6 +9,74 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.5.3

+ + +
+ + +

Version 8.5.2

diff --git a/archive/archive.xml b/archive/archive.xml index 9440fe8cd..bae4eb065 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ http://php.net/contact php-webmaster@lists.php.net + diff --git a/archive/entries/2026-02-12-2.xml b/archive/entries/2026-02-12-2.xml new file mode 100644 index 000000000..dc98d25d1 --- /dev/null +++ b/archive/entries/2026-02-12-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.5.3 Released! + https://www.php.net/archive/2026.php#2026-02-12-2 + 2026-02-12T19:20:03+00:00 + 2026-02-12T19:20:03+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.5.3. This is a bug fix release.

+ +

All PHP 8.5 users are encouraged to upgrade to this version.

+ +

For source downloads of PHP 8.5.3 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/release-qa.php b/include/release-qa.php index 6cd7f680b..6f011c071 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -88,10 +88,10 @@ $QA_RELEASES = [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => '3ee15446ce78722807e2f7b7bc4a05248005e258d16eec8693091235b66eb335', - 'sha256_gz' => '63ce96a80c466891fdb1d4841704c846bb71c2b10c1bdaeb0298332dd4863087', - 'sha256_xz' => 'a73812e2b30a5f40833432fb329c51ca5ed3099180940090a5ebdb6303a1280a', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '29 Jan 2026', 'baseurl' => 'https://downloads.php.net/~edorian/', ], diff --git a/include/releases.inc b/include/releases.inc index 5348df659..e49510641 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.5.2' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_5_2.php', + ), + 'tags' => + array ( + ), + 'date' => '15 Jan 2026', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.5.2.tar.gz', + 'name' => 'PHP 8.5.2 (tar.gz)', + 'sha256' => '379ccccefcc85f28286444cf01bc0db017c79d513417267f5bb1d804b8428c22', + 'date' => '15 Jan 2026', + ), + 1 => + array ( + 'filename' => 'php-8.5.2.tar.bz2', + 'name' => 'PHP 8.5.2 (tar.bz2)', + 'sha256' => 'f7efdeccc3a810b18920692306536b99a3ba86610dbd0795a296cf77d3fb3a06', + 'date' => '15 Jan 2026', + ), + 2 => + array ( + 'filename' => 'php-8.5.2.tar.xz', + 'name' => 'PHP 8.5.2 (tar.xz)', + 'sha256' => 'cb75a9b00a2806f7390dd64858ef42a47b443b3475769c8af6af33a18b1381f1', + 'date' => '15 Jan 2026', + ), + ), + 'museum' => false, + ), '8.4.17' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 397dd6220..00166b423 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,15 +20,15 @@ $RELEASES = (function () { /* PHP 8.5 Release */ $data['8.5'] = [ - 'version' => '8.5.2', - 'date' => '15 Jan 2026', + 'version' => '8.5.3', + 'date' => '12 Feb 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' => '379ccccefcc85f28286444cf01bc0db017c79d513417267f5bb1d804b8428c22', - 'tar.bz2' => 'f7efdeccc3a810b18920692306536b99a3ba86610dbd0795a296cf77d3fb3a06', - 'tar.xz' => 'cb75a9b00a2806f7390dd64858ef42a47b443b3475769c8af6af33a18b1381f1', + 'tar.gz' => '402654d99b4beda602d4daec4f1cd39aafdacf5923e3e947da87392826660146', + 'tar.bz2' => 'fc5ecabc183ceb64d9fca3dcd387bd29b2b67448326af998fde003124916823b', + 'tar.xz' => 'ce65725b8af07356b69a6046d21487040b11f2acfde786de38b2bfb712c36eb9', ] ];