diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 0db1d8d58..cb5f9e159 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -900,6 +900,105 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.3.19

+ + +
+ + +

Version 8.3.17

diff --git a/archive/archive.xml b/archive/archive.xml index 4e48766d8..0e4f33cae 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-03-13-1.xml b/archive/entries/2025-03-13-1.xml new file mode 100644 index 000000000..be74efa9f --- /dev/null +++ b/archive/entries/2025-03-13-1.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.19 Released! + https://www.php.net/archive/2025.php#2025-03-13-1 + 2025-03-13T13:48:14+00:00 + 2025-03-13T13:48:14+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.3.19 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 d3a8252b7..6c50018eb 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.17' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_17.php', + ), + 'tags' => + array ( + ), + 'date' => '13 Feb 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.17.tar.gz', + 'name' => 'PHP 8.3.17 (tar.gz)', + 'sha256' => 'e2bbeca5fa62ff27d6ba6241619cf92a80e5346556be187aa962b91bd0eb9df1', + 'date' => '13 Feb 2025', + ), + 1 => + array ( + 'filename' => 'php-8.3.17.tar.bz2', + 'name' => 'PHP 8.3.17 (tar.bz2)', + 'sha256' => '4e034dca7ab16fc6062c8c53067528f4ecaa246bf22310e6841f7008094264ac', + 'date' => '13 Feb 2025', + ), + 2 => + array ( + 'filename' => 'php-8.3.17.tar.xz', + 'name' => 'PHP 8.3.17 (tar.xz)', + 'sha256' => '6158ee678e698395da13d72c7679a406d2b7554323432f14d37b60ed87d8ccfb', + 'date' => '13 Feb 2025', + ), + ), + 'museum' => false, + ), '8.3.16' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index a62f92723..a4d03829d 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.17', - 'date' => '13 Feb 2025', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.3.19', + 'date' => '13 Mar 2025', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'e2bbeca5fa62ff27d6ba6241619cf92a80e5346556be187aa962b91bd0eb9df1', - 'tar.bz2' => '4e034dca7ab16fc6062c8c53067528f4ecaa246bf22310e6841f7008094264ac', - 'tar.xz' => '6158ee678e698395da13d72c7679a406d2b7554323432f14d37b60ed87d8ccfb', + 'tar.gz' => 'bb21d1a5eb9a8b27668b2926fa9279a5878bb6fdee55450621f7865e062dcf3a', + 'tar.bz2' => 'ad6902a2a02f94ec3e9982069e2668bba3ce47e2f6bbbab95eb6b7db7bf3d350', + 'tar.xz' => '976e4077dd25bec96b5dfe8938052d243bbd838f95368a204896eff12756545f', ] ]; diff --git a/releases/8_3_19.php b/releases/8_3_19.php new file mode 100644 index 000000000..5adc78025 --- /dev/null +++ b/releases/8_3_19.php @@ -0,0 +1,16 @@ + +

PHP 8.3.19 Release Announcement

+ +

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

+ +

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

+ +

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

+