diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 6028a7d3c..497dd31c9 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1605,6 +1605,25 @@ changelog_header(7, $MINOR_VERSIONS); +
+

Version 7.3.29

+ + +
+ + +

Version 7.3.28

diff --git a/archive/archive.xml b/archive/archive.xml index c52d84400..7809bda3b 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/2021-07-01-1.xml b/archive/entries/2021-07-01-1.xml new file mode 100644 index 000000000..622388be2 --- /dev/null +++ b/archive/entries/2021-07-01-1.xml @@ -0,0 +1,21 @@ + + + PHP 7.3.29 Released! + https://www.php.net/archive/2021.php#2021-07-01-1 + 2021-07-01T09:31:12+00:00 + 2021-07-01T09:31:12+00:00 + + + + + +

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

+ +

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

+ +

For source downloads of PHP 7.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/releases.inc b/include/releases.inc index 1f9ed551d..50c1bcc51 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -221,6 +221,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.3.28' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_3_28.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '29 Apr 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.3.28.tar.gz', + 'name' => 'PHP 7.3.28 (tar.gz)', + 'sha256' => '1f0d9b94e1b11518ffabd19b646c2fee95ea42ca9cd8d337f8d07986fdceede1', + 'date' => '29 Apr 2021', + ), + 1 => + array ( + 'filename' => 'php-7.3.28.tar.bz2', + 'name' => 'PHP 7.3.28 (tar.bz2)', + 'sha256' => '8f636e644594388436ea05ff34c9eb135e6dc119c1130199e9488d5795439964', + 'date' => '29 Apr 2021', + ), + 2 => + array ( + 'filename' => 'php-7.3.28.tar.xz', + 'name' => 'PHP 7.3.28 (tar.xz)', + 'sha256' => 'a2a84dbec8c1eee3f46c5f249eaaa2ecb3f9e7a6f5d0604d2df44ff8d4904dbe', + 'date' => '29 Apr 2021', + ), + ), + 'museum' => false, + ), '7.4.19' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index b58a442d4..557843e9e 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function() { /* PHP 7.3 Release */ $data['7.3'] = [ - 'version' => '7.3.28', - 'date' => '29 Apr 2021', + 'version' => '7.3.29', + 'date' => '01 Jul 2021', 'tags' => ['security'], 'sha256' => [ - 'tar.gz' => '1f0d9b94e1b11518ffabd19b646c2fee95ea42ca9cd8d337f8d07986fdceede1', - 'tar.bz2' => '8f636e644594388436ea05ff34c9eb135e6dc119c1130199e9488d5795439964', - 'tar.xz' => 'a2a84dbec8c1eee3f46c5f249eaaa2ecb3f9e7a6f5d0604d2df44ff8d4904dbe', + 'tar.gz' => 'ba4de3955b0cbd33baee55a83568acc4347605e210a54b5654e4c1e09b544659', + 'tar.bz2' => 'a83a2878140bd86935f0046bbfe92672c8ab688fbe4ccf9704add6b9605ee4d0', + 'tar.xz' => '7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0', ] ]; diff --git a/releases/7_3_29.php b/releases/7_3_29.php new file mode 100644 index 000000000..a06cc3a69 --- /dev/null +++ b/releases/7_3_29.php @@ -0,0 +1,16 @@ + +

PHP 7.3.29 Release Announcement

+ +

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

+ +

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

+ +

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

+