Skip to content

Commit e46c305

Browse files
committed
Announce 7.4.23
1 parent e7f776f commit e46c305

File tree

6 files changed

+115
-5
lines changed

6 files changed

+115
-5
lines changed

ChangeLog-7.php

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,42 @@
88
?>
99
<a id="PHP_7_4"></a>
1010

11+
<section class="version" id="7.4.22"><!-- {{{ 7.4.22 -->
12+
<h3>Version 7.4.22</h3>
13+
<b><?php release_date('29-Jul-2021'); ?></b>
14+
<ul><li>Core:
15+
<ul>
16+
<li><?php bugfix(81145); ?> (copy() and stream_copy_to_stream() fail for +4GB files).</li>
17+
<li><?php bugfix(81163); ?> (incorrect handling of indirect vars in __sleep).</li>
18+
<li><?php bugfix(80728); ?> (PHP built-in web server resets timeout when it can kill the process).</li>
19+
<li><?php bugfix(73630); ?> (Built-in Weberver - overwrite $_SERVER['request_uri']).</li>
20+
<li><?php bugfix(80173); ?> (Using return value of zend_assign_to_variable() is not safe).</li>
21+
<li><?php bugfix(73226); ?> (--r[fcez] always return zero exit code).</li>
22+
</ul></li>
23+
<li>Intl:
24+
<ul>
25+
<li><?php bugfix(72809); ?> (Locale::lookup() wrong result with canonicalize option).</li>
26+
<li><?php bugfix(68471); ?> (IntlDateFormatter fails for "GMT+00:00" timezone).</li>
27+
<li><?php bugfix(74264); ?> (grapheme_strrpos() broken for negative offsets).</li>
28+
</ul></li>
29+
<li>OpenSSL:
30+
<ul>
31+
<li><?php bugfix(52093); ?> (openssl_csr_sign truncates $serial).</li>
32+
</ul></li>
33+
<li>PCRE:
34+
<ul>
35+
<li><?php bugfix(81101); ?> (PCRE2 10.37 shows unexpected result).</li>
36+
<li><?php bugfix(81243); ?> (Too much memory is allocated for preg_replace()).</li>
37+
</ul></li>
38+
<li>Standard:
39+
<ul>
40+
<li><?php bugfix(81223); ?> (flock() only locks first byte of file).</li>
41+
</ul></li>
42+
</ul>
43+
<!-- }}} --></section>
44+
45+
46+
1147
<section class="version" id="7.4.21"><!-- {{{ 7.4.21 -->
1248
<h3>Version 7.4.21</h3>
1349
<b><?php release_date('01-Jul-2021'); ?></b>

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2021-07-29-2.xml"/>
1213
<xi:include href="entries/2021-07-29-1.xml"/>
1314
<xi:include href="entries/2021-07-22-1.xml"/>
1415
<xi:include href="entries/2021-07-13-1.xml"/>

archive/entries/2021-07-29-2.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP 7.4.22 Released!</title>
4+
<id>https://www.php.net/archive/2021.php#2021-07-29-2</id>
5+
<published>2021-07-29T15:35:12+00:00</published>
6+
<updated>2021-07-29T15:35:12+00:00</updated>
7+
<link href="https://www.php.net/index.php#id2021-07-29-2" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2021.php#2021-07-29-2" rel="via" type="text/html"/>
9+
<category term="releases" label="New PHP release"/>
10+
<category term="frontpage" label="PHP.net frontpage news"/>
11+
<content type="xhtml">
12+
<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>
13+
14+
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 7.4.22 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
17+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
18+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.4.22">ChangeLog</a>.
19+
</p> </div>
20+
</content>
21+
</entry>

include/releases.inc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,42 @@ $OLDRELEASES = array (
293293
),
294294
7 =>
295295
array (
296+
'7.4.21' =>
297+
array (
298+
'announcement' =>
299+
array (
300+
'English' => '/releases/7_4_21.php',
301+
),
302+
'tags' =>
303+
array (
304+
),
305+
'date' => '01 Jul 2021',
306+
'source' =>
307+
array (
308+
0 =>
309+
array (
310+
'filename' => 'php-7.4.21.tar.gz',
311+
'name' => 'PHP 7.4.21 (tar.gz)',
312+
'sha256' => '4b9623accbe4b8923a801212f371f784069535009185e7bf7e4dec66bbea61db',
313+
'date' => '01 Jul 2021',
314+
),
315+
1 =>
316+
array (
317+
'filename' => 'php-7.4.21.tar.bz2',
318+
'name' => 'PHP 7.4.21 (tar.bz2)',
319+
'sha256' => '36ec6102e757e2c2b7742057a700bbff77c76fa0ccbe9c860398c3d24e32822a',
320+
'date' => '01 Jul 2021',
321+
),
322+
2 =>
323+
array (
324+
'filename' => 'php-7.4.21.tar.xz',
325+
'name' => 'PHP 7.4.21 (tar.xz)',
326+
'sha256' => 'cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90',
327+
'date' => '01 Jul 2021',
328+
),
329+
),
330+
'museum' => false,
331+
),
296332
'7.4.20' =>
297333
array (
298334
'announcement' =>

include/version.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ $RELEASES = (function() {
3232

3333
/* PHP 7.4 Release */
3434
$data['7.4'] = [
35-
'version' => '7.4.21',
36-
'date' => '01 Jul 2021',
35+
'version' => '7.4.22',
36+
'date' => '29 Jul 2021',
3737
'tags' => [], // Set to ['security'] for security releases
3838
'sha256' => [
39-
'tar.gz' => '4b9623accbe4b8923a801212f371f784069535009185e7bf7e4dec66bbea61db',
40-
'tar.bz2' => '36ec6102e757e2c2b7742057a700bbff77c76fa0ccbe9c860398c3d24e32822a',
41-
'tar.xz' => 'cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90',
39+
'tar.gz' => '4ca2642b99a822237d7f84dc19682be702ad0e2d5d282f7646d84b746d454e34',
40+
'tar.bz2' => '5022bbca661bc1ab5dfaee72873bcd0f0980d9dd34f980a682029496f51caae1',
41+
'tar.xz' => '8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8',
4242
]
4343
];
4444

releases/7_4_22.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
$_SERVER['BASE_PAGE'] = 'releases/7_4_22.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 7.4.22 Release Announcement');
5+
?>
6+
<h1>PHP 7.4.22 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 7.4.22. This is a bug fix release.</p>
9+
10+
<p>All PHP 7.4 users are encouraged to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 7.4.22 please visit our <a href="https://www.php.net/downloads.php">downloads page</a>,
13+
Windows source and binaries can be found on <a href="https://windows.php.net/download/">windows.php.net/download/</a>.
14+
The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-7.php#7.4.22">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)