Author: Gabriel Caruso (carusogabriel)
Date: 2023-01-05T16:02:18-03:00
Commit:
https://github.com/php/web-php/commit/8544770e337718252139c03bc95cdca86c4b409a
Raw diff:
https://github.com/php/web-php/commit/8544770e337718252139c03bc95cdca86c4b409a.diff
Announce PHP 8.0.27
Changed paths:
A archive/entries/2023-01-05-3.xml
A releases/8_0_27.php
M ChangeLog-8.php
M archive/archive.xml
M include/releases.inc
M include/version.inc
Diff:
diff --git a/ChangeLog-8.php b/ChangeLog-8.php
index 3c8301778..822e36046 100644
--- a/ChangeLog-8.php
+++ b/ChangeLog-8.php
@@ -1462,6 +1462,18 @@
<a id="PHP_8_0"></a>
+<section class="version" id="8.0.27"><!-- {{{ 8.0.27 -->
+<h3>Version 8.0.27</h3>
+<b><?php release_date('05-Jan-2023'); ?></b>
+<ul><li>PDO/SQLite:
+<ul>
+ <li><?php bugfix(81740); ?> (PDO::quote() may return unquoted string).
(CVE-2022-31631)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
+
+
<section class="version" id="8.0.26"><!-- {{{ 8.0.26 -->
<h3>Version 8.0.26</h3>
<b><?php release_date('24-Nov-2022'); ?></b>
diff --git a/archive/archive.xml b/archive/archive.xml
index 5ae842b4d..a097d7726 100644
--- a/archive/archive.xml
+++ b/archive/archive.xml
@@ -9,6 +9,7 @@
<uri>http://php.net/contact</uri>
<email>[email protected]</email>
</author>
+ <xi:include href="entries/2023-01-05-3.xml"/>
<xi:include href="entries/2023-01-05-2.xml"/>
<xi:include href="entries/2023-01-05-1.xml"/>
<xi:include href="entries/2022-12-17-1.xml"/>
diff --git a/archive/entries/2023-01-05-3.xml b/archive/entries/2023-01-05-3.xml
new file mode 100644
index 000000000..28b30d4cb
--- /dev/null
+++ b/archive/entries/2023-01-05-3.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<entry xmlns="http://www.w3.org/2005/Atom">
+ <title>PHP 8.0.27 Released!</title>
+ <id>https://www.php.net/archive/2023.php#2023-01-05-3</id>
+ <published>2023-01-05T19:00:22+00:00</published>
+ <updated>2023-01-05T19:00:22+00:00</updated>
+ <link href="https://www.php.net/index.php#2023-01-05-3" rel="alternate"
type="text/html"/>
+ <link href="https://www.php.net/archive/2023.php#2023-01-05-3" 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 8.0.27. This is a security
release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.27 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-8.php#8.0.27">ChangeLog</a>.
+</p> </div>
+ </content>
+</entry>
diff --git a/include/releases.inc b/include/releases.inc
index 11d2c2f38..e86c7ed55 100644
--- a/include/releases.inc
+++ b/include/releases.inc
@@ -2,6 +2,42 @@
$OLDRELEASES = array (
8 =>
array (
+ '8.0.26' =>
+ array (
+ 'announcement' =>
+ array (
+ 'English' => '/releases/8_0_26.php',
+ ),
+ 'tags' =>
+ array (
+ ),
+ 'date' => '24 Nov 2022',
+ 'source' =>
+ array (
+ 0 =>
+ array (
+ 'filename' => 'php-8.0.26.tar.gz',
+ 'name' => 'PHP 8.0.26 (tar.gz)',
+ 'sha256' =>
'3c83a7355a640b2ba436b8202e8597df8f9daadee1ec9241729ece8e578d21cd',
+ 'date' => '24 Nov 2022',
+ ),
+ 1 =>
+ array (
+ 'filename' => 'php-8.0.26.tar.bz2',
+ 'name' => 'PHP 8.0.26 (tar.bz2)',
+ 'sha256' =>
'6df87af96f275a75889ece6e3fe4a13abd93a767a9992863bdc0e90f1e887ee7',
+ 'date' => '24 Nov 2022',
+ ),
+ 2 =>
+ array (
+ 'filename' => 'php-8.0.26.tar.xz',
+ 'name' => 'PHP 8.0.26 (tar.xz)',
+ 'sha256' =>
'0765bfbe640dba37ccc36d2bc7c7b7ba3d2c3381c9cd4305f66eca83e82a40b3',
+ 'date' => '24 Nov 2022',
+ ),
+ ),
+ 'museum' => false,
+ ),
'8.2.0' =>
array (
'announcement' =>
diff --git a/include/version.inc b/include/version.inc
index fd877602d..688327887 100644
--- a/include/version.inc
+++ b/include/version.inc
@@ -44,13 +44,13 @@ $RELEASES = (function () {
/* PHP 8.0 Release */
$data['8.0'] = [
- 'version' => '8.0.26',
- 'date' => '24 Nov 2022',
- 'tags' => [], // Set to ['security'] for security releases.
+ 'version' => '8.0.27',
+ 'date' => '05 Jan 2022',
+ 'tags' => ['security'], // Set to ['security'] for security releases.
'sha256' => [
- 'tar.gz' =>
'3c83a7355a640b2ba436b8202e8597df8f9daadee1ec9241729ece8e578d21cd',
- 'tar.bz2' =>
'6df87af96f275a75889ece6e3fe4a13abd93a767a9992863bdc0e90f1e887ee7',
- 'tar.xz' =>
'0765bfbe640dba37ccc36d2bc7c7b7ba3d2c3381c9cd4305f66eca83e82a40b3',
+ 'tar.gz' =>
'fe2376faaf91c28ead89a36e118c177f4a8c9a7280a189b97265da1af1f4d305',
+ 'tar.bz2' =>
'5fd882b14377c158c1b55cc6ace91fb8c19b77c596d5831ad124fbbbc902dbc8',
+ 'tar.xz' =>
'f942cbfe2f7bacbb8039fb79bbec41c76ea779ac5c8157f21e1e0c1b28a5fc3a',
]
];
diff --git a/releases/8_0_27.php b/releases/8_0_27.php
new file mode 100644
index 000000000..2c14ca3fc
--- /dev/null
+++ b/releases/8_0_27.php
@@ -0,0 +1,16 @@
+<?php
+$_SERVER['BASE_PAGE'] = 'releases/8_0_27.php';
+include_once __DIR__ . '/../include/prepend.inc';
+site_header('PHP 8.0.27 Release Announcement');
+?>
+<h1>PHP 8.0.27 Release Announcement</h1>
+
+<p>The PHP development team announces the immediate availability of PHP
8.0.27. This is a security release.</p>
+
+<p>All PHP 8.0 users are encouraged to upgrade to this version.</p>
+
+<p>For source downloads of PHP 8.0.27 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-8.php#8.0.27">ChangeLog</a>.
+</p>
+<?php site_footer();
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php