Author: Derick Rethans (derickr) Date: 2021-11-18T10:21:45Z Commit: https://github.com/php/web-php/commit/447e786fc06d737fa758193c0ef6d52aa0236764 Raw diff: https://github.com/php/web-php/commit/447e786fc06d737fa758193c0ef6d52aa0236764.diff
Announce 7.4.26 Changed paths: A archive/entries/2021-11-18-1.xml A releases/7_4_26.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 f29603bbe..af9cf0898 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -8,6 +8,42 @@ ?> <a id="PHP_7_4"></a> +<section class="version" id="7.4.26"><!-- {{{ 7.4.26 --> +<h3>Version 7.4.26</h3> +<b><?php release_date('18-Nov-2021'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(81518); ?> (Header injection via default_mimetype / default_charset).</li> +</ul></li> +<li>Date: +<ul> + <li><?php bugfix(81500); ?> (Interval serialization regression since 7.3.14 / 7.4.2).</li> +</ul></li> +<li>MBString: +<ul> + <li><?php bugfix(76167); ?> (mbstring may use pointer from some previous request).</li> +</ul></li> +<li>MySQLi: +<ul> + <li><?php bugfix(81494); ?> (Stopped unbuffered query does not throw error).</li> +</ul></li> +<li>PCRE: +<ul> + <li><?php bugfix(81424); ?> (PCRE2 10.35 JIT performance regression).</li> +</ul></li> +<li>Streams: +<ul> + <li><?php bugfix(54340); ?> (Memory corruption with user_filter).</li> +</ul></li> +<li>XML: +<ul> + <li><?php bugfix(79971); ?> (special character is breaking the path in xml function). (CVE-2021-21707)</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="7.4.25"><!-- {{{ 7.4.25 --> <h3>Version 7.4.25</h3> <b><?php release_date('21-Oct-2021'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index a9f7f3f32..e41f9f1a2 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-11-18-1.xml"/> <xi:include href="entries/2021-11-12-1.xml"/> <xi:include href="entries/2021-11-11-1.xml"/> <xi:include href="entries/2021-10-28-2.xml"/> diff --git a/archive/entries/2021-11-18-1.xml b/archive/entries/2021-11-18-1.xml new file mode 100644 index 000000000..07645bdd8 --- /dev/null +++ b/archive/entries/2021-11-18-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 7.4.26 Released!</title> + <id>https://www.php.net/archive/2021.php#2021-11-18-1</id> + <published>2021-11-18T10:19:46+00:00</published> + <updated>2021-11-18T10:19:46+00:00</updated> + <link href="https://www.php.net/index.php#id2021-11-18-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2021.php#2021-11-18-1" 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.26. 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.26 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.26">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index 6360a8708..2371cdddc 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -403,6 +403,43 @@ $OLDRELEASES = array ( ), 7 => array ( + '7.4.25' => + array ( + 'announcement' => + array ( + 'English' => '/releases/7_4_25.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '21 Oct 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-7.4.25.tar.gz', + 'name' => 'PHP 7.4.25 (tar.gz)', + 'sha256' => '3b2632252c933cac489a20f68b8f4ab769e5a0a3bf22b6ef47427aff6922e31f', + 'date' => '21 Oct 2021', + ), + 1 => + array ( + 'filename' => 'php-7.4.25.tar.bz2', + 'name' => 'PHP 7.4.25 (tar.bz2)', + 'sha256' => '27992570caf3e2e5323ab7b37853c44c1529b1d31ea94d9776efa91d5a781313', + 'date' => '21 Oct 2021', + ), + 2 => + array ( + 'filename' => 'php-7.4.25.tar.xz', + 'name' => 'PHP 7.4.25 (tar.xz)', + 'sha256' => '12a758f1d7fee544387a28d3cf73226f47e3a52fb3049f07fcc37d156d393c0a', + 'date' => '21 Oct 2021', + ), + ), + 'museum' => false, + ), '7.3.31' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 6ea8c7d41..434e01880 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.25', - 'date' => '21 Oct 2021', + 'version' => '7.4.26', + 'date' => '18 Nov 2021', 'tags' => ['security'], // Set to ['security'] for security releases 'sha256' => [ - 'tar.gz' => '3b2632252c933cac489a20f68b8f4ab769e5a0a3bf22b6ef47427aff6922e31f', - 'tar.bz2' => '27992570caf3e2e5323ab7b37853c44c1529b1d31ea94d9776efa91d5a781313', - 'tar.xz' => '12a758f1d7fee544387a28d3cf73226f47e3a52fb3049f07fcc37d156d393c0a', + 'tar.gz' => '890a7e730f96708a68a77b19fd57fec33cc81573f7249111c870edac42b91a72', + 'tar.bz2' => 'd68b88a8f8a437648affcc7793e5e062fa0ec5171f7fd0af385b12c78b1c004d', + 'tar.xz' => 'e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8', ] ]; diff --git a/releases/7_4_26.php b/releases/7_4_26.php new file mode 100644 index 000000000..7bcd9f268 --- /dev/null +++ b/releases/7_4_26.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/7_4_26.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 7.4.26 Release Announcement'); +?> +<h1>PHP 7.4.26 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 7.4.26. 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.26 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.26">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php