From ae0837eebf84fc068356e2fe8a180c6db3d4c1e4 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 23 Nov 2023 12:27:26 -0600 Subject: [PATCH] Announce PHP 8.1.26 --- ChangeLog-8.php | 73 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2023-11-23-3.xml | 21 +++++++++ include/releases.inc | 36 ++++++++++++++++ include/version.inc | 10 ++--- releases/8_1_26.php | 16 +++++++ 6 files changed, 152 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2023-11-23-3.xml create mode 100644 releases/8_1_26.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 91e7dcc23..da96c9eb3 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1602,6 +1602,79 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.1.26

+ + +
+ + +

Version 8.1.25

diff --git a/archive/archive.xml b/archive/archive.xml index 98d278b53..26ca1a5f6 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/2023-11-23-3.xml b/archive/entries/2023-11-23-3.xml new file mode 100644 index 000000000..cf79c8f8d --- /dev/null +++ b/archive/entries/2023-11-23-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.1.26 Released! + https://www.php.net/archive/2023.php#2023-11-23-3 + 2023-11-23T18:24:51+00:00 + 2023-11-23T18:24:51+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.1.26 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/releases.inc b/include/releases.inc index a2d5f9ca2..a140fa5e5 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.25' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_25.php', + ), + 'tags' => + array ( + ), + 'date' => '26 Oct 2023', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.25.tar.gz', + 'name' => 'PHP 8.1.25 (tar.gz)', + 'sha256' => '1a8c59d6b3eccb404c229e947558d2bf1220c3dec0b0036690fadc07f39934ab', + 'date' => '26 Oct 2023', + ), + 1 => + array ( + 'filename' => 'php-8.1.25.tar.bz2', + 'name' => 'PHP 8.1.25 (tar.bz2)', + 'sha256' => 'a86a88c1840c1bc832bcfd2fbec3b8a1942c8314da5dff53f09f9c98d0c12e8a', + 'date' => '26 Oct 2023', + ), + 2 => + array ( + 'filename' => 'php-8.1.25.tar.xz', + 'name' => 'PHP 8.1.25 (tar.xz)', + 'sha256' => '66fdba064aa119b1463a7969571d42f4642690275d8605ab5149bcc5107e2484', + 'date' => '26 Oct 2023', + ), + ), + 'museum' => false, + ), '8.2.12' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 3f36b3d18..e289bb148 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.25', - 'date' => '26 Oct 2023', + 'version' => '8.1.26', + 'date' => '23 Nov 2023', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '1a8c59d6b3eccb404c229e947558d2bf1220c3dec0b0036690fadc07f39934ab', - 'tar.bz2' => 'a86a88c1840c1bc832bcfd2fbec3b8a1942c8314da5dff53f09f9c98d0c12e8a', - 'tar.xz' => '66fdba064aa119b1463a7969571d42f4642690275d8605ab5149bcc5107e2484', + 'tar.gz' => 'd954cecfc3d294c2fccbe2b1a6bef784ce0d6c5d44a9e28f8a527e092825f2cb', + 'tar.bz2' => '83bde249c84aa1a043a8c8d0eea09345c2cae69b9784cdf02229fc916fbb9ea0', + 'tar.xz' => '17f87133596449327451ad4b8d9911bfaea59ff5109f3a6f2bb679f967a8ea0f', ] ]; diff --git a/releases/8_1_26.php b/releases/8_1_26.php new file mode 100644 index 000000000..07d343693 --- /dev/null +++ b/releases/8_1_26.php @@ -0,0 +1,16 @@ + +

PHP 8.1.26 Release Announcement

+ +

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

+ +

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

+ +

For source downloads of PHP 8.1.26 please visit our downloads page, +Windows source and binaries can be found on windows.php.net/download/. +The list of changes is recorded in the ChangeLog. +

+