diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 0ddb66d8c..5450a1f3b 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -2565,6 +2565,72 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.3.30

+ + +
+ + +

Version 8.3.29

diff --git a/archive/archive.xml b/archive/archive.xml index b80c8ee48..815960c11 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/2026-01-15-2.xml b/archive/entries/2026-01-15-2.xml new file mode 100644 index 000000000..483d95334 --- /dev/null +++ b/archive/entries/2026-01-15-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.30 Released! + https://www.php.net/archive/2026.php#2026-01-15-2 + 2026-01-15T23:05:01+00:00 + 2026-01-15T23:05:01+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 8.3.30. 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.30 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+
+
diff --git a/include/release-qa.php b/include/release-qa.php index 8cd6f698e..f69946de0 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -62,12 +62,12 @@ $QA_RELEASES = [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => '2e432f7aa06cc8bc966cd63ede1913cf7c9b9c356ba14f1beb3d5725c41acf9a', - 'sha256_gz' => 'ef8c41dc1af1371e70dd1c9d8caaab5ee47ecf712206a5496e0510417b53fcd7', - 'sha256_xz' => 'ad87853e60a5e92fad718b8c85387a22ba33a120acc288abbb73abcd48b8081a', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '01 Jan 2026', - 'baseurl' => 'https://downloads.php.net/~jakub/', + 'baseurl' => 'https://downloads.php.net/', ], ], diff --git a/include/releases.inc b/include/releases.inc index 081567a41..c854967cd 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.29' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_29.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '18 Dec 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.29.tar.gz', + 'name' => 'PHP 8.3.29 (tar.gz)', + 'sha256' => '8565fa8733c640b60da5ab4944bf2d4081f859915b39e29b3af26cf23443ed97', + 'date' => '18 Dec 2025', + ), + 1 => + array ( + 'filename' => 'php-8.3.29.tar.bz2', + 'name' => 'PHP 8.3.29 (tar.bz2)', + 'sha256' => 'c7337212e655325d499ea8108fa76f69ddde2fff7cb0fad36aa63eed540cb8a5', + 'date' => '18 Dec 2025', + ), + 2 => + array ( + 'filename' => 'php-8.3.29.tar.xz', + 'name' => 'PHP 8.3.29 (tar.xz)', + 'sha256' => 'f7950ca034b15a78f5de9f1b22f4d9bad1dd497114d175cb1672a4ca78077af5', + 'date' => '18 Dec 2025', + ), + ), + 'museum' => false, + ), '8.4.16' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index d238c4260..f82d3edcc 100644 --- a/include/version.inc +++ b/include/version.inc @@ -46,13 +46,13 @@ $RELEASES = (function () { /* PHP 8.3 Release */ $data['8.3'] = [ - 'version' => '8.3.29', - 'date' => '18 Dec 2025', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.3.30', + 'date' => '15 Jan 2026', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '8565fa8733c640b60da5ab4944bf2d4081f859915b39e29b3af26cf23443ed97', - 'tar.bz2' => 'c7337212e655325d499ea8108fa76f69ddde2fff7cb0fad36aa63eed540cb8a5', - 'tar.xz' => 'f7950ca034b15a78f5de9f1b22f4d9bad1dd497114d175cb1672a4ca78077af5', + 'tar.gz' => 'e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386', + 'tar.bz2' => '800b7b6ed50b73c8ee7844ee5f2f7cc612faa7875a0aa7c4529e8ed5866a5030', + 'tar.xz' => '67f084d36852daab6809561a7c8023d130ca07fc6af8fb040684dd1414934d48', ] ]; diff --git a/releases/8_3_30.php b/releases/8_3_30.php new file mode 100644 index 000000000..cf906d52c --- /dev/null +++ b/releases/8_3_30.php @@ -0,0 +1,16 @@ + +

PHP 8.3.30 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 8.3.30. 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.30 please visit our downloads page, +Windows source and binaries can also be found there. +The list of changes is recorded in the ChangeLog. +

+