From db4cc533b36c6182811a4d62fc54480f3b269b5e Mon Sep 17 00:00:00 2001 From: Eric Mann Date: Thu, 11 Apr 2024 07:47:22 -0700 Subject: [PATCH] Announce PHP 8.3.6 --- ChangeLog-8.php | 68 ++++++++++++++++++++++++++++++++ archive/archive.xml | 1 + archive/entries/2024-04-11-2.xml | 21 ++++++++++ include/releases.inc | 36 +++++++++++++++++ include/version.inc | 12 +++--- releases/8_3_6.php | 16 ++++++++ 6 files changed, 148 insertions(+), 6 deletions(-) create mode 100644 archive/entries/2024-04-11-2.xml create mode 100644 releases/8_3_6.php diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 386cd9d32..77336974e 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,74 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.3.6

+ + +
+ + +

Version 8.3.4

diff --git a/archive/archive.xml b/archive/archive.xml index 652b8ee0e..17908c8d9 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/2024-04-11-2.xml b/archive/entries/2024-04-11-2.xml new file mode 100644 index 000000000..59e15e78a --- /dev/null +++ b/archive/entries/2024-04-11-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.6 Released! + https://www.php.net/archive/2024.php#2024-04-11-2 + 2024-04-11T14:34:04+00:00 + 2024-04-11T14:34:04+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.6. This is a security release.

+ +

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

+ +

For source downloads of PHP 8.3.6 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 94df95beb..1130df965 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.4' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_4.php', + ), + 'tags' => + array ( + ), + 'date' => '14 Mar 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.4.tar.gz', + 'name' => 'PHP 8.3.4 (tar.gz)', + 'sha256' => '0e2801e47fb1b92d2743204fcf650ce2fcad1a13ef7a44fe05738101a383e4a2', + 'date' => '14 Mar 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.4.tar.bz2', + 'name' => 'PHP 8.3.4 (tar.bz2)', + 'sha256' => '3c5caf18e0c0a243aaec913a39ecb092043195adde4c3fc42e945da5b9277695', + 'date' => '14 Mar 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.4.tar.xz', + 'name' => 'PHP 8.3.4 (tar.xz)', + 'sha256' => '39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63', + 'date' => '14 Mar 2024', + ), + ), + 'museum' => false, + ), '8.2.17' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d0e0313ef..25e326181 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ - 'version' => '8.3.4', - 'date' => '14 Mar 2024', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.3.6', + 'date' => '11 Apr 2024', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '0e2801e47fb1b92d2743204fcf650ce2fcad1a13ef7a44fe05738101a383e4a2', - 'tar.bz2' => '3c5caf18e0c0a243aaec913a39ecb092043195adde4c3fc42e945da5b9277695', - 'tar.xz' => '39a337036a546e5c28aea76cf424ac172db5156bd8a8fd85252e389409a5ba63', + 'tar.gz' => '39695f5bd107892e36fd2ed6b3d3a78140fd4b05d556d6c6531a921633cacb5f', + 'tar.bz2' => '6324b1ddd8eb3025b041034b88dc2bc0b4819b0022129eeaeba37e47803108bc', + 'tar.xz' => '53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae', ] ]; diff --git a/releases/8_3_6.php b/releases/8_3_6.php new file mode 100644 index 000000000..3814fdb07 --- /dev/null +++ b/releases/8_3_6.php @@ -0,0 +1,16 @@ + +

PHP 8.3.6 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.3.6. This is a security release.

+ +

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

+ +

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

+