diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 241fc72b4..57131422e 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -2387,6 +2387,109 @@ changelog_header(8, $MINOR_VERSIONS); +
+

Version 8.3.29

+ + +
+ + +

Version 8.3.28

diff --git a/archive/archive.xml b/archive/archive.xml index 6ff52cc24..6a2d269ca 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-12-18-2.xml b/archive/entries/2025-12-18-2.xml new file mode 100644 index 000000000..c83e126df --- /dev/null +++ b/archive/entries/2025-12-18-2.xml @@ -0,0 +1,21 @@ + + + PHP 8.3.29 Released! + https://www.php.net/archive/2025.php#2025-12-18-2 + 2025-12-18T15:37:23+00:00 + 2025-12-18T15:37:23+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 8.3.29 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/release-qa.php b/include/release-qa.php index 193047b68..f78106479 100644 --- a/include/release-qa.php +++ b/include/release-qa.php @@ -75,12 +75,12 @@ $QA_RELEASES = [ 'active' => true, 'release' => [ 'type' => 'RC', - 'number' => 1, - 'sha256_bz2' => 'b82bc56afcdd406f2f28611612bb51b21805b7cf222c97d6bfa2fdc1918145b0', - 'sha256_gz' => 'c74b7e27b06ec12e8d1e9e04baac084bd5ff1aff41cc640ab431a7a51eac8914', - 'sha256_xz' => 'f405920ef2281b47a97bd6972c78917922c9c174e00576791a96f32713696d56', + 'number' => 0, + 'sha256_bz2' => '', + 'sha256_gz' => '', + 'sha256_xz' => '', 'date' => '04 Dec 2025', - 'baseurl' => 'https://downloads.php.net/~eric/', + 'baseurl' => 'https://downloads.php.net/', ], ], diff --git a/include/releases.inc b/include/releases.inc index 39e730cf6..215c71eab 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.3.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_3_28.php', + ), + 'tags' => + array ( + ), + 'date' => '20 Nov 2025', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.3.28.tar.gz', + 'name' => 'PHP 8.3.28 (tar.gz)', + 'sha256' => '2f7dda35bbef2842ec61510aaefe52c78361a61f9cfabd99a7789204d6383d9f', + 'date' => '20 Nov 2025', + ), + 1 => + array ( + 'filename' => 'php-8.3.28.tar.bz2', + 'name' => 'PHP 8.3.28 (tar.bz2)', + 'sha256' => 'd5b385ee351ec463c85d47eeb53b51156f3483eaf3ff43a7ad5080c2b6d4c557', + 'date' => '20 Nov 2025', + ), + 2 => + array ( + 'filename' => 'php-8.3.28.tar.xz', + 'name' => 'PHP 8.3.28 (tar.xz)', + 'sha256' => '25e3860f30198a386242891c0bf9e2955931f7b666b96c3e3103d36a2a322326', + 'date' => '20 Nov 2025', + ), + ), + 'museum' => false, + ), '8.5.0' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index ec358f16a..c01b28760 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.28', - 'date' => '20 Nov 2025', - 'tags' => [], // Set to ['security'] for security releases. + 'version' => '8.3.29', + 'date' => '18 Dec 2025', + 'tags' => ['security'], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => '2f7dda35bbef2842ec61510aaefe52c78361a61f9cfabd99a7789204d6383d9f', - 'tar.bz2' => 'd5b385ee351ec463c85d47eeb53b51156f3483eaf3ff43a7ad5080c2b6d4c557', - 'tar.xz' => '25e3860f30198a386242891c0bf9e2955931f7b666b96c3e3103d36a2a322326', + 'tar.gz' => '8565fa8733c640b60da5ab4944bf2d4081f859915b39e29b3af26cf23443ed97', + 'tar.bz2' => 'c7337212e655325d499ea8108fa76f69ddde2fff7cb0fad36aa63eed540cb8a5', + 'tar.xz' => 'f7950ca034b15a78f5de9f1b22f4d9bad1dd497114d175cb1672a4ca78077af5', ] ]; diff --git a/releases/8_3_29.php b/releases/8_3_29.php new file mode 100644 index 000000000..ce3f8c66a --- /dev/null +++ b/releases/8_3_29.php @@ -0,0 +1,16 @@ + +

PHP 8.3.29 Release Announcement

+ +

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

+ +

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

+ +

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

+