diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 74f8f2675..b91a3ec8d 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,83 @@ changelog_header(8, $MINOR_VERSIONS); ?> +
+

Version 8.3.11

+ + +
+ + +

Version 8.3.10

diff --git a/archive/archive.xml b/archive/archive.xml index e282cdeeb..02b5b4044 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-08-29-3.xml b/archive/entries/2024-08-29-3.xml new file mode 100644 index 000000000..f42b235e7 --- /dev/null +++ b/archive/entries/2024-08-29-3.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.11 Released! + https://www.php.net/archive/2024.php#2024-08-29-3 + 2024-08-29T21:40:58+00:00 + 2024-08-29T21:40:58+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.11. 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.11 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 a756d96be..77d01e7e0 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.10' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_10.php', + ), + 'tags' => + array ( + ), + 'date' => '01 Aug 2024', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.10.tar.gz', + 'name' => 'PHP 8.3.10 (tar.gz)', + 'sha256' => 'd0b4dd5ff465053248fd28dacf2fe0bed79deaaef657890cecb6bfcb73996dcd', + 'date' => '01 Aug 2024', + ), + 1 => + array ( + 'filename' => 'php-8.3.10.tar.bz2', + 'name' => 'PHP 8.3.10 (tar.bz2)', + 'sha256' => 'e584199c350b46343c37069bb9cc20ad893cb04c747c899ef1b05eadc0eea3b0', + 'date' => '01 Aug 2024', + ), + 2 => + array ( + 'filename' => 'php-8.3.10.tar.xz', + 'name' => 'PHP 8.3.10 (tar.xz)', + 'sha256' => 'a0f2179d00931fe7631a12cbc3428f898ca3d99fe564260c115af381d2a1978d', + 'date' => '01 Aug 2024', + ), + ), + 'museum' => false, + ), '8.2.22' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index ca7b54ea8..9ffbbd47e 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.10', - 'date' => '01 Aug 2024', + 'version' => '8.3.11', + 'date' => '29 Aug 2024', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'd0b4dd5ff465053248fd28dacf2fe0bed79deaaef657890cecb6bfcb73996dcd', - 'tar.bz2' => 'e584199c350b46343c37069bb9cc20ad893cb04c747c899ef1b05eadc0eea3b0', - 'tar.xz' => 'a0f2179d00931fe7631a12cbc3428f898ca3d99fe564260c115af381d2a1978d', + 'tar.gz' => 'b93a69af83a1302543789408194bd1ae9829e116e784d578778200f20f1b72d40', + 'tar.bz2' => '6640e2455080a89adc41d4e57bb04f8c2bfb7eec627fe199af973bff34d7f0ee', + 'tar.xz' => 'b862b098a08ab9bf4b36ed12c7d0d9f65353656b36fb0e3c5344093aceb35802', ] ]; diff --git a/releases/8_3_11.php b/releases/8_3_11.php new file mode 100644 index 000000000..8cb487d35 --- /dev/null +++ b/releases/8_3_11.php @@ -0,0 +1,16 @@ + +

PHP 8.3.11 Release Announcement

+ +

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

+