Skip to content

Commit 70988ea

Browse files
committed
Announce PHP 8.1.16
1 parent 6a31f00 commit 70988ea

File tree

6 files changed

+97
-6
lines changed

6 files changed

+97
-6
lines changed

ChangeLog-8.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,23 @@
500500

501501
<a id="PHP_8_1"></a>
502502

503+
<section class="version" id="8.1.16"><!-- {{{ 8.1.16 -->
504+
<h3>Version 8.1.16</h3>
505+
<b><?php release_date('14-Feb-2023'); ?></b>
506+
<ul><li>Core:
507+
<ul>
508+
<li><?php bugfix(81744); ?> (Password_verify() always return true with some hash).</li>
509+
<li><?php bugfix(81746); ?> (1-byte array overrun in common path resolve code).</li>
510+
</ul></li>
511+
<li>SAPI:
512+
<ul>
513+
<li>Fixed bug GHSA-54hq-v5wp-fqgv (DOS vulnerability when parsing multipart request body). (CVE-2023-0662)</li>
514+
</ul></li>
515+
</ul>
516+
<!-- }}} --></section>
517+
518+
519+
503520
<section class="version" id="8.1.15"><!-- {{{ 8.1.15 -->
504521
<h3>Version 8.1.15</h3>
505522
<b><?php release_date('02-Feb-2023'); ?></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/2023-02-14-3.xml"/>
1213
<xi:include href="entries/2023-02-14-2.xml"/>
1314
<xi:include href="entries/2023-02-14-1.xml"/>
1415
<xi:include href="entries/2023-02-02-2.xml"/>

archive/entries/2023-02-14-3.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 8.1.16 Released!</title>
4+
<id>https://www.php.net/archive/2023.php#2023-02-14-3</id>
5+
<published>2023-02-14T17:50:17+00:00</published>
6+
<updated>2023-02-14T17:50:17+00:00</updated>
7+
<link href="https://www.php.net/index.php#2023-02-14-3" rel="alternate" type="text/html"/>
8+
<link href="https://www.php.net/archive/2023.php#2023-02-14-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.16. This is a security release that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662.</p>
13+
14+
<p>All PHP 8.1 users are advised to upgrade to this version.</p>
15+
16+
<p>For source downloads of PHP 8.1.16 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.16">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
@@ -2,6 +2,42 @@
22
$OLDRELEASES = array (
33
8 =>
44
array (
5+
'8.1.15' =>
6+
array (
7+
'announcement' =>
8+
array (
9+
'English' => '/releases/8_1_15.php',
10+
),
11+
'tags' =>
12+
array (
13+
),
14+
'date' => '02 Feb 2023',
15+
'source' =>
16+
array (
17+
0 =>
18+
array (
19+
'filename' => 'php-8.1.15.tar.gz',
20+
'name' => 'PHP 8.1.15 (tar.gz)',
21+
'sha256' => '4035236180efac535ff4f22db9ef3195672f31e3e0aa88f89c38ac0715beca3b',
22+
'date' => '02 Feb 2023',
23+
),
24+
1 =>
25+
array (
26+
'filename' => 'php-8.1.15.tar.bz2',
27+
'name' => 'PHP 8.1.15 (tar.bz2)',
28+
'sha256' => '18da0a94228f4207f8b9e3e23e881f2b74d0d6caefb908bdb5863d4a01035cc6',
29+
'date' => '02 Feb 2023',
30+
),
31+
2 =>
32+
array (
33+
'filename' => 'php-8.1.15.tar.xz',
34+
'name' => 'PHP 8.1.15 (tar.xz)',
35+
'sha256' => 'cd450fb4ee50488c5bf5f08851f514e5a1cac18c9512234d9e16c3a1d35781a6',
36+
'date' => '02 Feb 2023',
37+
),
38+
),
39+
'museum' => false,
40+
),
541
'8.2.2' =>
642
array (
743
'announcement' =>

include/version.inc

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

3333
/* PHP 8.1 Release */
3434
$data['8.1'] = [
35-
'version' => '8.1.15',
36-
'date' => '02 Feb 2023',
37-
'tags' => [], // Set to ['security'] for security releases.
35+
'version' => '8.1.16',
36+
'date' => '14 Feb 2023',
37+
'tags' => ['security'], // Set to ['security'] for security releases.
3838
'sha256' => [
39-
'tar.gz' => '4035236180efac535ff4f22db9ef3195672f31e3e0aa88f89c38ac0715beca3b',
40-
'tar.bz2' => '18da0a94228f4207f8b9e3e23e881f2b74d0d6caefb908bdb5863d4a01035cc6',
41-
'tar.xz' => 'cd450fb4ee50488c5bf5f08851f514e5a1cac18c9512234d9e16c3a1d35781a6',
39+
'tar.gz' => 'cb1f2ef7af37aa9978e7742818d9edbf27b1db009bc3dfefe7dc522cb3d3423d',
40+
'tar.bz2' => '95f2e4f2502906ac233217844806018e888135f0718649f4a0a67e40e450ffa1',
41+
'tar.xz' => '7108b7347981ad6e610aaf3b3fb0f6444019ab6f59a872c1b55a29bc753eba93',
4242
]
4343
];
4444

releases/8_1_16.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/8_1_16.php';
3+
include_once __DIR__ . '/../include/prepend.inc';
4+
site_header('PHP 8.1.16 Release Announcement');
5+
?>
6+
<h1>PHP 8.1.16 Release Announcement</h1>
7+
8+
<p>The PHP development team announces the immediate availability of PHP 8.1.16. This is a security release that addresses CVE-2023-0567, CVE-2023-0568, and CVE-2023-0662.</p>
9+
10+
<p>All PHP 8.1 users are advised to upgrade to this version.</p>
11+
12+
<p>For source downloads of PHP 8.1.16 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.16">ChangeLog</a>.
15+
</p>
16+
<?php site_footer();

0 commit comments

Comments
 (0)