Author: Derick Rethans (derickr) Date: 2021-09-23T19:38:15+01:00 Commit: https://github.com/php/web-php/commit/2ab83350080fbf6102a2fdb70f5c3e71be16ca22 Raw diff: https://github.com/php/web-php/commit/2ab83350080fbf6102a2fdb70f5c3e71be16ca22.diff
Announce 7.4.24 Changed paths: A archive/entries/2021-09-23-3.xml A releases/7_4_24.php M ChangeLog-7.php M archive/archive.xml M include/releases.inc M include/version.inc Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 8a6ff3aa2..d0b0714e0 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -8,6 +8,49 @@ ?> <a id="PHP_7_4"></a> +<section class="version" id="7.4.24"><!-- {{{ 7.4.24 --> +<h3>Version 7.4.24</h3> +<b><?php release_date('23-Sep-2021'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(81302); ?> (Stream position after stream filter removed).</li> + <li><?php bugfix(81346); ?> (Non-seekable streams don't update position after write).</li> + <li><?php bugfix(73122); ?> (Integer Overflow when concatenating strings).</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(53580); ?> (During resize gdImageCopyResampled cause colors change).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(81353); ?> (segfault with preloading and statically bound closure).</li> +</ul></li> +<li>Shmop: +<ul> + <li><?php bugfix(81407); ?> (shmop_open won't attach and causes php to crash).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(71542); ?> (disk_total_space does not work with relative paths).</li> + <li><?php bugfix(81400); ?> (Unterminated string in dns_get_record() results).</li> +</ul></li> +<li>SysVMsg: +<ul> + <li><?php bugfix(78819); ?> (Heap Overflow in msg_send).</li> +</ul></li> +<li>XML: +<ul> + <li><?php bugfix(81351); ?> (xml_parse may fail, but has no error code).</li> +</ul></li> +<li>Zip: +<ul> + <li><?php bugfix(81420); ?> (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.4.23"><!-- {{{ 7.4.23 --> <h3>Version 7.4.23</h3> <b><?php release_date('26-Aug-2021'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index dfb9ebf1a..109d1ce52 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2021-09-23-3.xml"/> <xi:include href="entries/2021-09-23-2.xml"/> <xi:include href="entries/2021-09-23-1.xml"/> <xi:include href="entries/2021-09-16-1.xml"/> diff --git a/archive/entries/2021-09-23-3.xml b/archive/entries/2021-09-23-3.xml new file mode 100644 index 000000000..67dbe0e22 --- /dev/null +++ b/archive/entries/2021-09-23-3.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.4.24 Released!</title> + <id>https://www.php.net/archive/2021.php#2021-09-23-3</id> + <published>2021-09-23T18:36:11+00:00</published> + <updated>2021-09-23T18:36:11+00:00</updated> + <link href="https://www.php.net/index.php#id2021-09-23-3" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2021.php#2021-09-23-3" rel="via" type="text/html"/> + <category term="releases" label="New PHP release"/> + <category term="frontpage" label="PHP.net frontpage news"/> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"><p>The PHP development team announces the immediate availability of PHP 7.4.24. This is a security release.</p> + +<p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.4.24 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.4.24">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 920d4fbec..a166ccd36 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -366,6 +366,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.23' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_23.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '26 Aug 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.23.tar.gz', + 'name' => 'PHP 7.4.23 (tar.gz)', + 'sha256' => '2aaa481678ad4d2992e7bcf161e0e98c7268f4979f7ca8b3d97dd6de19c205d6', + 'date' => '26 Aug 2021', + ), + 1 => + array ( + 'filename' => 'php-7.4.23.tar.bz2', + 'name' => 'PHP 7.4.23 (tar.bz2)', + 'sha256' => 'd1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727', + 'date' => '26 Aug 2021', + ), + 2 => + array ( + 'filename' => 'php-7.4.23.tar.xz', + 'name' => 'PHP 7.4.23 (tar.xz)', + 'sha256' => 'cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d', + 'date' => '26 Aug 2021', + ), + ), + 'museum' => false, + ), '7.3.30' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 31bf9859b..ec69f513a 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function() { /* PHP 7.4 Release */ $data['7.4'] = [ - 'version' => '7.4.23', - 'date' => '26 Aug 2021', + 'version' => '7.4.24', + 'date' => '23 Sep 2021', 'tags' => ['security'], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => '2aaa481678ad4d2992e7bcf161e0e98c7268f4979f7ca8b3d97dd6de19c205d6', - 'tar.bz2' => 'd1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727', - 'tar.xz' => 'cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d', + 'tar.gz' => '8cc1758cf7ff45428c17641b1be84cd917a2909ba40c770f06a814d8b7f36333', + 'tar.bz2' => 'f50e32b788864349041f19e31dcc65b1fcc65bc19122918f607526432edf2f32', + 'tar.xz' => 'ff7658ee2f6d8af05b48c21146af5f502e121def4e76e862df5ec9fa06e98734', ] ]; diff --git a/releases/7_4_24.php b/releases/7_4_24.php new file mode 100644 index 000000000..27a65cf2e --- /dev/null +++ b/releases/7_4_24.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_4_24.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.4.24 Release Announcement'); +?> +<h1>PHP 7.4.24 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.4.24. This is a security release.</p> + +<p>All PHP 7.4 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 7.4.24 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>, +Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.4.24">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php