diff --git a/ChangeLog-8.php b/ChangeLog-8.php index b7ac321c7..dd9bd2030 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -1690,6 +1690,111 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.3.28

+ + +
+ + +

Version 8.3.27

diff --git a/archive/archive.xml b/archive/archive.xml index 0617299b0..366668344 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-11-20-1.xml b/archive/entries/2025-11-20-1.xml new file mode 100644 index 000000000..7a39a25ef --- /dev/null +++ b/archive/entries/2025-11-20-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.28 Released! + https://www.php.net/archive/2025.php#2025-11-20-1 + 2025-11-20T10:08:55+00:00 + 2025-11-20T10:08:55+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.28. 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.28 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 ffc28cdec..8c249fa2c 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.27' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_27.php', + ), + 'tags' => + array ( + ), + 'date' => '23 Oct 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.27.tar.gz', + 'name' => 'PHP 8.3.27 (tar.gz)', + 'sha256' => 'bf189e30f81e11526690b1c82e4fb8b286b607cd7afaf4bf27a39003d8f3246f', + 'date' => '23 Oct 2025', + ), + 1 => + array ( + 'filename' => 'php-8.3.27.tar.bz2', + 'name' => 'PHP 8.3.27 (tar.bz2)', + 'sha256' => 'a1dd2b51b437c0a6337e019004778a8ef253db4e9aff7d48d88798ca91b7e2a4', + 'date' => '23 Oct 2025', + ), + 2 => + array ( + 'filename' => 'php-8.3.27.tar.xz', + 'name' => 'PHP 8.3.27 (tar.xz)', + 'sha256' => 'c15a09a9d199437144ecfef7d712ec4ca5c6820cf34acc24cc8489dd0cee41ba', + 'date' => '23 Oct 2025', + ), + ), + 'museum' => false, + ), '8.3.26' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index dee0d9697..a5e639802 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.27', - 'date' => '23 Oct 2025', + 'version' => '8.3.28', + 'date' => '20 Nov 2025', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'bf189e30f81e11526690b1c82e4fb8b286b607cd7afaf4bf27a39003d8f3246f', - 'tar.bz2' => 'a1dd2b51b437c0a6337e019004778a8ef253db4e9aff7d48d88798ca91b7e2a4', - 'tar.xz' => 'c15a09a9d199437144ecfef7d712ec4ca5c6820cf34acc24cc8489dd0cee41ba', + 'tar.gz' => '2f7dda35bbef2842ec61510aaefe52c78361a61f9cfabd99a7789204d6383d9f', + 'tar.bz2' => 'd5b385ee351ec463c85d47eeb53b51156f3483eaf3ff43a7ad5080c2b6d4c557', + 'tar.xz' => '25e3860f30198a386242891c0bf9e2955931f7b666b96c3e3103d36a2a322326', ] ]; diff --git a/releases/8_3_28.php b/releases/8_3_28.php new file mode 100644 index 000000000..66dd2ebf3 --- /dev/null +++ b/releases/8_3_28.php @@ -0,0 +1,16 @@ + +

PHP 8.3.28 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.3.28. 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.28 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. +

+