File tree Expand file tree Collapse file tree 8 files changed +96
-8
lines changed Expand file tree Collapse file tree 8 files changed +96
-8
lines changed Original file line number Diff line number Diff line change 2282
2282
2283
2283
<a id="PHP_8_1"></a>
2284
2284
2285
+ <section class="version" id="8.1.28"><!-- {{{ 8.1.28 -->
2286
+ <h3>Version 8.1.28</h3>
2287
+ <b><?php release_date ('11-Apr-2024 ' ); ?> </b>
2288
+ <ul><li>Standard:
2289
+ <ul>
2290
+ <li>Fixed bug GHSA-pc52-254m-w9w7 (Command injection via array-ish $command parameter of proc_open). (CVE-2024-1874)</li>
2291
+ <li>Fixed bug GHSA-wpj3-hf5j-x4v4 (__Host-/__Secure- cookie bypass due to partial CVE-2022-31629 fix). (CVE-2024-2756)</li>
2292
+ <li>Fixed bug GHSA-h746-cjrr-wfmr (password_verify can erroneously return true, opening ATO risk). (CVE-2024-3096)</li>
2293
+ </ul></li>
2294
+ </ul>
2295
+ <!-- }}} --></section>
2296
+
2297
+
2298
+
2285
2299
<section class="version" id="8.1.27"><!-- {{{ 8.1.27 -->
2286
2300
<h3>Version 8.1.27</h3>
2287
2301
<b><?php release_date ('21-Dec-2023 ' ); ?> </b>
Original file line number Diff line number Diff line change 9
9
<uri >http://php.net/contact</uri >
10
10
<email >php-webmaster@lists.php.net</email >
11
11
</author >
12
+ <xi : include href =" entries/2024-04-11-3.xml" />
12
13
<xi : include href =" entries/2024-04-11-2.xml" />
13
14
<xi : include href =" entries/2024-04-11-1.xml" />
14
15
<xi : include href =" entries/2024-03-22-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 8.1.28 Released!</title >
4
+ <id >https://www.php.net/archive/2024.php#2024-04-11-3</id >
5
+ <published >2024-04-11T23:59:59+00:00</published >
6
+ <updated >2024-04-12T15:42:40+00:00</updated >
7
+ <link href =" https://www.php.net/index.php#2024-04-11-3" rel =" alternate" type =" text/html" />
8
+ <link href =" https://www.php.net/archive/2024.php#2024-04-11-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 8.1.28. This is a security release.</p >
13
+
14
+ <p >All PHP 8.1 users are encouraged to upgrade to this version.</p >
15
+
16
+ <p >For source downloads of PHP 8.1.28 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-8.php#8.1.28" >ChangeLog</a >.
19
+ </p > </div >
20
+ </content >
21
+ </entry >
Original file line number Diff line number Diff line change 1
- #!/usr/local/ bin/php
1
+ #!/usr/bin/env php
2
2
<?php
3
3
(PHP_SAPI === 'cli ' ) or die ("Please run this script using the cli sapi " );
4
4
Original file line number Diff line number Diff line change 1
- #!/usr/local/ bin/php
1
+ #!/usr/bin/env php
2
2
<?php
3
3
PHP_SAPI == 'cli ' or die ("Please run this script using the cli sapi " );
4
4
Original file line number Diff line number Diff line change 2
2
$ OLDRELEASES = array (
3
3
8 =>
4
4
array (
5
+ '8.1.27 ' =>
6
+ array (
7
+ 'announcement ' =>
8
+ array (
9
+ 'English ' => '/releases/8_1_27.php ' ,
10
+ ),
11
+ 'tags ' =>
12
+ array (
13
+ ),
14
+ 'date ' => '21 Dec 2023 ' ,
15
+ 'source ' =>
16
+ array (
17
+ 0 =>
18
+ array (
19
+ 'filename ' => 'php-8.1.27.tar.gz ' ,
20
+ 'name ' => 'PHP 8.1.27 (tar.gz) ' ,
21
+ 'sha256 ' => '9aa5d7a29389d799885d90740932697006d5d0f55d1def67678e0c14f6ab7b2d ' ,
22
+ 'date ' => '21 Dec 2023 ' ,
23
+ ),
24
+ 1 =>
25
+ array (
26
+ 'filename ' => 'php-8.1.27.tar.bz2 ' ,
27
+ 'name ' => 'PHP 8.1.27 (tar.bz2) ' ,
28
+ 'sha256 ' => 'a15fd73ea44f2df30b07d24786e07d1948b0ea3eed0b8b845735d500dc28bff1 ' ,
29
+ 'date ' => '21 Dec 2023 ' ,
30
+ ),
31
+ 2 =>
32
+ array (
33
+ 'filename ' => 'php-8.1.27.tar.xz ' ,
34
+ 'name ' => 'PHP 8.1.27 (tar.xz) ' ,
35
+ 'sha256 ' => '479e65c3f05714d4aace1370e617d78e49e996ec7a7579a5be47535be61f0658 ' ,
36
+ 'date ' => '21 Dec 2023 ' ,
37
+ ),
38
+ ),
39
+ 'museum ' => false ,
40
+ ),
5
41
'8.3.4 ' =>
6
42
array (
7
43
'announcement ' =>
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ $RELEASES = (function () {
44
44
45
45
/* PHP 8.1 Release */
46
46
$ data ['8.1 ' ] = [
47
- 'version ' => '8.1.27 ' ,
48
- 'date ' => '21 Dec 2023 ' ,
49
- 'tags ' => [], // Set to ['security'] for security releases.
47
+ 'version ' => '8.1.28 ' ,
48
+ 'date ' => '11 Apr 2024 ' ,
49
+ 'tags ' => [' security ' ], // Set to ['security'] for security releases.
50
50
'sha256 ' => [
51
- 'tar.gz ' => '9aa5d7a29389d799885d90740932697006d5d0f55d1def67678e0c14f6ab7b2d ' ,
52
- 'tar.bz2 ' => 'a15fd73ea44f2df30b07d24786e07d1948b0ea3eed0b8b845735d500dc28bff1 ' ,
53
- 'tar.xz ' => '479e65c3f05714d4aace1370e617d78e49e996ec7a7579a5be47535be61f0658 ' ,
51
+ 'tar.gz ' => 'a2a9d853f4a4c9ff8631da5dc3a6cec5ab083ef37a214877b0240dcfcdfdefea ' ,
52
+ 'tar.bz2 ' => '8be450096e0153c47d75384e7dd595cc897f1d53ce0060708ce9589bcc3141ee ' ,
53
+ 'tar.xz ' => '95d0b2e9466108fd750dab5c30a09e5c67f5ad2cb3b1ffb3625a038a755ad080 ' ,
54
54
]
55
55
];
56
56
Original file line number Diff line number Diff line change
1
+ <?php
2
+ $ _SERVER ['BASE_PAGE ' ] = 'releases/8_1_28.php ' ;
3
+ include_once __DIR__ . '/../include/prepend.inc ' ;
4
+ site_header ('PHP 8.1.28 Release Announcement ' );
5
+ ?>
6
+ <h1>PHP 8.1.28 Release Announcement</h1>
7
+
8
+ <p>The PHP development team announces the immediate availability of PHP 8.1.28. This is a security release.</p>
9
+
10
+ <p>All PHP 8.1 users are encouraged to upgrade to this version.</p>
11
+
12
+ <p>For source downloads of PHP 8.1.28 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-8.php#8.1.28">ChangeLog</a>.
15
+ </p>
16
+ <?php site_footer ();
You can’t perform that action at this time.
0 commit comments