From 0ab9d27fac12b03528582e6cee21edadef0611f4 Mon Sep 17 00:00:00 2001 From: Eric Mann Date: Thu, 16 Jan 2025 08:37:26 -0800 Subject: [PATCH] Announce PHP 8.3.16 --- ChangeLog-8.php | 119 +++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2025-01-16-1.xml | 21 ++++++ include/releases.inc | 36 ++++++++++ include/version.inc | 10 +-- releases/8_3_16.php | 16 +++++ 6 files changed, 198 insertions(+), 5 deletions(-) create mode 100644 archive/entries/2025-01-16-1.xml create mode 100644 releases/8_3_16.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 5d9b1ef36..838addaef 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -653,6 +653,125 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.3.16

+ + +
+ + +

Version 8.3.15

diff --git a/archive/archive.xml b/archive/archive.xml index 6926fd8cb..7355ef1ed 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/2025-01-16-1.xml b/archive/entries/2025-01-16-1.xml new file mode 100644 index 000000000..575199487 --- /dev/null +++ b/archive/entries/2025-01-16-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.16 Released! + https://www.php.net/archive/2025.php#2025-01-16-1 + 2025-01-16T16:36:10+00:00 + 2025-01-16T16:36:10+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.3.16 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 8b181b34c..5b193f582 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.15' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_15.php', + ), + 'tags' => + array ( + ), + 'date' => '19 Dec 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.15.tar.gz', + 'name' => 'PHP 8.3.15 (tar.gz)', + 'sha256' => '67073c3c9c56c86461e0715d9e1806af5ddffe8e6e2eb9781f7923bbb5bd67fa', + 'date' => '19 Dec 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.15.tar.bz2', + 'name' => 'PHP 8.3.15 (tar.bz2)', + 'sha256' => 'b1675a4ff730b5811b8e6a7687488c42e835e156a99776aa3e6f017abda3be98', + 'date' => '19 Dec 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.15.tar.xz', + 'name' => 'PHP 8.3.15 (tar.xz)', + 'sha256' => '3df5d45637283f759eef8fc3ce03de829ded3e200c3da278936a684955d2f94f', + 'date' => '19 Dec 2024', + ), + ), + 'museum' => false, + ), '8.4.1' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 83bae598e..0be865c74 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ - 'version' => '8.3.15', - 'date' => '19 Dec 2024', + 'version' => '8.3.16', + 'date' => '16 Jan 2025', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '67073c3c9c56c86461e0715d9e1806af5ddffe8e6e2eb9781f7923bbb5bd67fa', - 'tar.bz2' => 'b1675a4ff730b5811b8e6a7687488c42e835e156a99776aa3e6f017abda3be98', - 'tar.xz' => '3df5d45637283f759eef8fc3ce03de829ded3e200c3da278936a684955d2f94f', + 'tar.gz' => '61441627dca50cf0173e3f054ffe8c4f5db6552555c43cab87a8ecacfd201c7e', + 'tar.bz2' => 'e9208218cbdcb816834b6c5ed8ddc5748fb12ff777cf9e0e03bb4896276608b6', + 'tar.xz' => '40d3b4e6cac33d3bcefe096d75a28d4fb4e3a9615eb20a4de55ba139fbfacdd5', ] ]; diff --git a/releases/8_3_16.php b/releases/8_3_16.php new file mode 100644 index 000000000..3d2f717d2 --- /dev/null +++ b/releases/8_3_16.php @@ -0,0 +1,16 @@ + +

PHP 8.3.16 Release Announcement

+ +

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

+ +

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

+ +

For source downloads of PHP 8.3.16 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. +

+