1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Announce 7.4.23

This commit is contained in:
Derick Rethans
2021-07-29 16:35:41 +01:00
parent e7f776fa28
commit e46c30569a
6 changed files with 115 additions and 5 deletions

View File

@@ -8,6 +8,42 @@ changelog_header(7, $MINOR_VERSIONS);
?>
<a id="PHP_7_4"></a>
<section class="version" id="7.4.22"><!-- {{{ 7.4.22 -->
<h3>Version 7.4.22</h3>
<b><?php release_date('29-Jul-2021'); ?></b>
<ul><li>Core:
<ul>
<li><?php bugfix(81145); ?> (copy() and stream_copy_to_stream() fail for +4GB files).</li>
<li><?php bugfix(81163); ?> (incorrect handling of indirect vars in __sleep).</li>
<li><?php bugfix(80728); ?> (PHP built-in web server resets timeout when it can kill the process).</li>
<li><?php bugfix(73630); ?> (Built-in Weberver - overwrite $_SERVER['request_uri']).</li>
<li><?php bugfix(80173); ?> (Using return value of zend_assign_to_variable() is not safe).</li>
<li><?php bugfix(73226); ?> (--r[fcez] always return zero exit code).</li>
</ul></li>
<li>Intl:
<ul>
<li><?php bugfix(72809); ?> (Locale::lookup() wrong result with canonicalize option).</li>
<li><?php bugfix(68471); ?> (IntlDateFormatter fails for "GMT+00:00" timezone).</li>
<li><?php bugfix(74264); ?> (grapheme_strrpos() broken for negative offsets).</li>
</ul></li>
<li>OpenSSL:
<ul>
<li><?php bugfix(52093); ?> (openssl_csr_sign truncates $serial).</li>
</ul></li>
<li>PCRE:
<ul>
<li><?php bugfix(81101); ?> (PCRE2 10.37 shows unexpected result).</li>
<li><?php bugfix(81243); ?> (Too much memory is allocated for preg_replace()).</li>
</ul></li>
<li>Standard:
<ul>
<li><?php bugfix(81223); ?> (flock() only locks first byte of file).</li>
</ul></li>
</ul>
<!-- }}} --></section>
<section class="version" id="7.4.21"><!-- {{{ 7.4.21 -->
<h3>Version 7.4.21</h3>
<b><?php release_date('01-Jul-2021'); ?></b>

View File

@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>php-webmaster@lists.php.net</email>
</author>
<xi:include href="entries/2021-07-29-2.xml"/>
<xi:include href="entries/2021-07-29-1.xml"/>
<xi:include href="entries/2021-07-22-1.xml"/>
<xi:include href="entries/2021-07-13-1.xml"/>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<title>PHP 7.4.22 Released!</title>
<id>https://www.php.net/archive/2021.php#2021-07-29-2</id>
<published>2021-07-29T15:35:12+00:00</published>
<updated>2021-07-29T15:35:12+00:00</updated>
<link href="https://www.php.net/index.php#id2021-07-29-2" rel="alternate" type="text/html"/>
<link href="https://www.php.net/archive/2021.php#2021-07-29-2" 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.22. This is a bug fix release.</p>
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.4.22 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.22">ChangeLog</a>.
</p> </div>
</content>
</entry>

View File

@@ -293,6 +293,42 @@ $OLDRELEASES = array (
),
7 =>
array (
'7.4.21' =>
array (
'announcement' =>
array (
'English' => '/releases/7_4_21.php',
),
'tags' =>
array (
),
'date' => '01 Jul 2021',
'source' =>
array (
0 =>
array (
'filename' => 'php-7.4.21.tar.gz',
'name' => 'PHP 7.4.21 (tar.gz)',
'sha256' => '4b9623accbe4b8923a801212f371f784069535009185e7bf7e4dec66bbea61db',
'date' => '01 Jul 2021',
),
1 =>
array (
'filename' => 'php-7.4.21.tar.bz2',
'name' => 'PHP 7.4.21 (tar.bz2)',
'sha256' => '36ec6102e757e2c2b7742057a700bbff77c76fa0ccbe9c860398c3d24e32822a',
'date' => '01 Jul 2021',
),
2 =>
array (
'filename' => 'php-7.4.21.tar.xz',
'name' => 'PHP 7.4.21 (tar.xz)',
'sha256' => 'cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90',
'date' => '01 Jul 2021',
),
),
'museum' => false,
),
'7.4.20' =>
array (
'announcement' =>

View File

@@ -32,13 +32,13 @@ $RELEASES = (function() {
/* PHP 7.4 Release */
$data['7.4'] = [
'version' => '7.4.21',
'date' => '01 Jul 2021',
'version' => '7.4.22',
'date' => '29 Jul 2021',
'tags' => [], // Set to ['security'] for security releases
'sha256' => [
'tar.gz' => '4b9623accbe4b8923a801212f371f784069535009185e7bf7e4dec66bbea61db',
'tar.bz2' => '36ec6102e757e2c2b7742057a700bbff77c76fa0ccbe9c860398c3d24e32822a',
'tar.xz' => 'cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90',
'tar.gz' => '4ca2642b99a822237d7f84dc19682be702ad0e2d5d282f7646d84b746d454e34',
'tar.bz2' => '5022bbca661bc1ab5dfaee72873bcd0f0980d9dd34f980a682029496f51caae1',
'tar.xz' => '8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8',
]
];

16
releases/7_4_22.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
$_SERVER['BASE_PAGE'] = 'releases/7_4_22.php';
include_once __DIR__ . '/../include/prepend.inc';
site_header('PHP 7.4.22 Release Announcement');
?>
<h1>PHP 7.4.22 Release Announcement</h1>
<p>The PHP development team announces the immediate availability of PHP 7.4.22. This is a bug fix release.</p>
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
<p>For source downloads of PHP 7.4.22 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.22">ChangeLog</a>.
</p>
<?php site_footer();