diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 3ef98837a..1cadc9b67 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -8,6 +8,22 @@ changelog_header(7, $MINOR_VERSIONS); ?> +
+

Version 7.4.33

+ + +
+ + +

Version 7.4.32

diff --git a/archive/archive.xml b/archive/archive.xml index 2661bc844..e0f96491e 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/2022-11-03-1.xml b/archive/entries/2022-11-03-1.xml new file mode 100644 index 000000000..4490d7831 --- /dev/null +++ b/archive/entries/2022-11-03-1.xml @@ -0,0 +1,25 @@ + + + PHP 7.4.33 Released! + https://www.php.net/archive/2022.php#2022-11-03-1 + 2022-11-03T08:28:02+00:00 + 2022-11-03T08:28:02+00:00 + + + + + +

The PHP development team announces the immediate availability of PHP 7.4.33.

+ +

This is security release that fixes an OOB read due to insufficient +input validation in imageloadfont(), and a buffer overflow in +hash_update() on long parameter.

+ +

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

+ +

For source downloads of PHP 7.4.33 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 30624174a..be6fed226 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -1313,6 +1313,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.32' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_32.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '29 Sep 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.32.tar.gz', + 'name' => 'PHP 7.4.32 (tar.gz)', + 'sha256' => '197e3372afd69694eb6b230838305eb9e1cbe5db272e0fa3bbe0d38e329a95bc', + 'date' => '29 Sep 2022', + ), + 1 => + array ( + 'filename' => 'php-7.4.32.tar.bz2', + 'name' => 'PHP 7.4.32 (tar.bz2)', + 'sha256' => '9b4c3c21ffbb4f35d7b865dbf88538bba1742335248ae1cc2afc303d456e3aa6', + 'date' => '29 Sep 2022', + ), + 2 => + array ( + 'filename' => 'php-7.4.32.tar.xz', + 'name' => 'PHP 7.4.32 (tar.xz)', + 'sha256' => '323332c991e8ef30b1d219cb10f5e30f11b5f319ce4c6642a5470d75ade7864a', + 'date' => '29 Sep 2022', + ), + ), + 'museum' => false, + ), '7.4.30' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 3af64223b..3bcee9312 100644 --- a/include/version.inc +++ b/include/version.inc @@ -44,13 +44,13 @@ $RELEASES = (function () { /* PHP 7.4 Release */ $data['7.4'] = [ - 'version' => '7.4.32', - 'date' => '29 Sep 2022', + 'version' => '7.4.33', + 'date' => '03 Nov 2022', 'tags' => ['security'], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => '197e3372afd69694eb6b230838305eb9e1cbe5db272e0fa3bbe0d38e329a95bc', - 'tar.bz2' => '9b4c3c21ffbb4f35d7b865dbf88538bba1742335248ae1cc2afc303d456e3aa6', - 'tar.xz' => '323332c991e8ef30b1d219cb10f5e30f11b5f319ce4c6642a5470d75ade7864a', + 'tar.gz' => '5a2337996f07c8a097e03d46263b5c98d2c8e355227756351421003bea8f463e', + 'tar.bz2' => '4e8117458fe5a475bf203128726b71bcbba61c42ad463dffadee5667a198a98a', + 'tar.xz' => '924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927', ] ]; diff --git a/releases/7_4_33.php b/releases/7_4_33.php new file mode 100644 index 000000000..7f1476819 --- /dev/null +++ b/releases/7_4_33.php @@ -0,0 +1,20 @@ + +

PHP 7.4.33 Release Announcement

+ +

The PHP development team announces the immediate availability of PHP 7.4.33.

+ +

This is security release that fixes an OOB read due to insufficient +input validation in imageloadfont(), and a buffer overflow in +hash_update() on long parameter.

+ +

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

+ +

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

+