File tree 6 files changed +123
-5
lines changed
6 files changed +123
-5
lines changed Original file line number Diff line number Diff line change 8
8
?>
9
9
<a id="PHP_7_4"></a>
10
10
11
+ <section class="version" id="7.4.24"><!-- {{{ 7.4.24 -->
12
+ <h3>Version 7.4.24</h3>
13
+ <b><?php release_date ('23-Sep-2021 ' ); ?> </b>
14
+ <ul><li>Core:
15
+ <ul>
16
+ <li><?php bugfix (81302 ); ?> (Stream position after stream filter removed).</li>
17
+ <li><?php bugfix (81346 ); ?> (Non-seekable streams don't update position after write).</li>
18
+ <li><?php bugfix (73122 ); ?> (Integer Overflow when concatenating strings).</li>
19
+ </ul></li>
20
+ <li>GD:
21
+ <ul>
22
+ <li><?php bugfix (53580 ); ?> (During resize gdImageCopyResampled cause colors change).</li>
23
+ </ul></li>
24
+ <li>Opcache:
25
+ <ul>
26
+ <li><?php bugfix (81353 ); ?> (segfault with preloading and statically bound closure).</li>
27
+ </ul></li>
28
+ <li>Shmop:
29
+ <ul>
30
+ <li><?php bugfix (81407 ); ?> (shmop_open won't attach and causes php to crash).</li>
31
+ </ul></li>
32
+ <li>Standard:
33
+ <ul>
34
+ <li><?php bugfix (71542 ); ?> (disk_total_space does not work with relative paths).</li>
35
+ <li><?php bugfix (81400 ); ?> (Unterminated string in dns_get_record() results).</li>
36
+ </ul></li>
37
+ <li>SysVMsg:
38
+ <ul>
39
+ <li><?php bugfix (78819 ); ?> (Heap Overflow in msg_send).</li>
40
+ </ul></li>
41
+ <li>XML:
42
+ <ul>
43
+ <li><?php bugfix (81351 ); ?> (xml_parse may fail, but has no error code).</li>
44
+ </ul></li>
45
+ <li>Zip:
46
+ <ul>
47
+ <li><?php bugfix (81420 ); ?> (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706)</li>
48
+ </ul></li>
49
+ </ul>
50
+ <!-- }}} --></section>
51
+
52
+
53
+
11
54
<section class="version" id="7.4.23"><!-- {{{ 7.4.23 -->
12
55
<h3>Version 7.4.23</h3>
13
56
<b><?php release_date ('26-Aug-2021 ' ); ?> </b>
Original file line number Diff line number Diff line change 9
9
<uri >http://php.net/contact</uri >
10
10
11
11
</author >
12
+ <xi : include href =" entries/2021-09-23-3.xml" />
12
13
<xi : include href =" entries/2021-09-23-2.xml" />
13
14
<xi : include href =" entries/2021-09-23-1.xml" />
14
15
<xi : include href =" entries/2021-09-16-1.xml" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <entry xmlns =" http://www.w3.org/2005/Atom" >
3
+ <title >PHP 7.4.24 Released!</title >
4
+ <id >https://www.php.net/archive/2021.php#2021-09-23-3</id >
5
+ <published >2021-09-23T18:36:11+00:00</published >
6
+ <updated >2021-09-23T18:36:11+00:00</updated >
7
+ <link href =" https://www.php.net/index.php#id2021-09-23-3" rel =" alternate" type =" text/html" />
8
+ <link href =" https://www.php.net/archive/2021.php#2021-09-23-3" 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.24. This is a security 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.24 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.24" >ChangeLog</a >.
19
+ </p > </div >
20
+ </content >
21
+ </entry >
Original file line number Diff line number Diff line change @@ -366,6 +366,43 @@ $OLDRELEASES = array (
366
366
),
367
367
7 =>
368
368
array (
369
+ '7.4.23 ' =>
370
+ array (
371
+ 'announcement ' =>
372
+ array (
373
+ 'English ' => '/releases/7_4_23.php ' ,
374
+ ),
375
+ 'tags ' =>
376
+ array (
377
+ 0 => 'security ' ,
378
+ ),
379
+ 'date ' => '26 Aug 2021 ' ,
380
+ 'source ' =>
381
+ array (
382
+ 0 =>
383
+ array (
384
+ 'filename ' => 'php-7.4.23.tar.gz ' ,
385
+ 'name ' => 'PHP 7.4.23 (tar.gz) ' ,
386
+ 'sha256 ' => '2aaa481678ad4d2992e7bcf161e0e98c7268f4979f7ca8b3d97dd6de19c205d6 ' ,
387
+ 'date ' => '26 Aug 2021 ' ,
388
+ ),
389
+ 1 =>
390
+ array (
391
+ 'filename ' => 'php-7.4.23.tar.bz2 ' ,
392
+ 'name ' => 'PHP 7.4.23 (tar.bz2) ' ,
393
+ 'sha256 ' => 'd1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727 ' ,
394
+ 'date ' => '26 Aug 2021 ' ,
395
+ ),
396
+ 2 =>
397
+ array (
398
+ 'filename ' => 'php-7.4.23.tar.xz ' ,
399
+ 'name ' => 'PHP 7.4.23 (tar.xz) ' ,
400
+ 'sha256 ' => 'cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d ' ,
401
+ 'date ' => '26 Aug 2021 ' ,
402
+ ),
403
+ ),
404
+ 'museum ' => false ,
405
+ ),
369
406
'7.3.30 ' =>
370
407
array (
371
408
'announcement ' =>
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ $RELEASES = (function() {
32
32
33
33
/* PHP 7.4 Release */
34
34
$ data ['7.4 ' ] = [
35
- 'version ' => '7.4.23 ' ,
36
- 'date ' => '26 Aug 2021 ' ,
35
+ 'version ' => '7.4.24 ' ,
36
+ 'date ' => '23 Sep 2021 ' ,
37
37
'tags ' => ['security ' ], // Set to ['security'] for security releases
38
38
'sha256 ' => [
39
- 'tar.gz ' => '2aaa481678ad4d2992e7bcf161e0e98c7268f4979f7ca8b3d97dd6de19c205d6 ' ,
40
- 'tar.bz2 ' => 'd1e094fe6e4f832e0a64be9c69464ba5d593fb216f914efa8bbb084e0a7a5727 ' ,
41
- 'tar.xz ' => 'cea52313fcffe56343bcd3c66dbb23cd5507dc559cc2e3547cf8f5452e88a05d ' ,
39
+ 'tar.gz ' => '8cc1758cf7ff45428c17641b1be84cd917a2909ba40c770f06a814d8b7f36333 ' ,
40
+ 'tar.bz2 ' => 'f50e32b788864349041f19e31dcc65b1fcc65bc19122918f607526432edf2f32 ' ,
41
+ 'tar.xz ' => 'ff7658ee2f6d8af05b48c21146af5f502e121def4e76e862df5ec9fa06e98734 ' ,
42
42
]
43
43
];
44
44
Original file line number Diff line number Diff line change
1
+ <?php
2
+ $ _SERVER ['BASE_PAGE ' ] = 'releases/7_4_24.php ' ;
3
+ include_once __DIR__ . '/../include/prepend.inc ' ;
4
+ site_header ('PHP 7.4.24 Release Announcement ' );
5
+ ?>
6
+ <h1>PHP 7.4.24 Release Announcement</h1>
7
+
8
+ <p>The PHP development team announces the immediate availability of PHP 7.4.24. This is a security 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.24 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.24">ChangeLog</a>.
15
+ </p>
16
+ <?php site_footer ();
You can’t perform that action at this time.
0 commit comments