Author: Gabriel Caruso (carusogabriel) Date: 2022-01-20T08:49:22-03:00 Commit: https://github.com/php/web-php/commit/c633479323e05f49cde52f5558cb60418f6950c7 Raw diff: https://github.com/php/web-php/commit/c633479323e05f49cde52f5558cb60418f6950c7.diff
Announce PHP 8.0.15 Changed paths: A archive/entries/2022-01-20-1.xml A releases/8_0_15.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 b86bd7126..647851b45 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -321,6 +321,52 @@ <a id="PHP_8_0"></a> +<section class="version" id="8.0.15"><!-- {{{ 8.0.15 --> +<h3>Version 8.0.15</h3> +<b><?php release_date('20-Jan-2022'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(81656); ?> (GCC-11 silently ignores -R).</li> + <li><?php bugfix(81585); ?> (cached_chunks are not counted to real_size on shutdown).</li> +</ul></li> +<li>Filter: +<ul> + <li>Fixed FILTER_FLAG_NO_RES_RANGE flag.</li> +</ul></li> +<li>Hash: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',7759); ?> (Incorrect return types for hash() and hash_hmac()).</li> + <li>Fixed bug <?php githubissuel('php/php-src',7826); ?> (Inconsistent argument name in hash_hmac_file and hash_file).</li> +</ul></li> +<li>MySQLnd: +<ul> + <li>Fixed bug where large bigints may be truncated.</li> +</ul></li> +<li>OCI8: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src',7765); ?> (php_oci_cleanup_global_handles segfaults at second call).</li> +</ul></li> +<li>OPcache: +<ul> + <li><?php bugfix(81679); ?> (Tracing JIT crashes on reattaching).</li> +</ul></li> +<li>PDO_PGSQL: +<ul> + <li>Fixed error message allocation of PDO PgSQL.</li> +</ul></li> +<li>Sockets: +<ul> + <li>Avoid void* arithmetic in sockets/multicast.c on NetBSD.</li> +</ul></li> +<li>Spl: +<ul> + <li><?php bugfix(75917); ?> (SplFileObject::seek broken with CSV flags).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.0.14"><!-- {{{ 8.0.14 --> <h3>Version 8.0.14</h3> <b><?php release_date('16-Dec-2021'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index 2cda49615..07d27ccf8 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>php-webmaster@lists.php.net</email> </author> + <xi:include href="entries/2022-01-20-1.xml"/> <xi:include href="entries/2021-12-21-1.xml"/> <xi:include href="entries/2021-12-17-1.xml"/> <xi:include href="entries/2021-12-16-2.xml"/> diff --git a/archive/entries/2022-01-20-1.xml b/archive/entries/2022-01-20-1.xml new file mode 100644 index 000000000..0192ee1a8 --- /dev/null +++ b/archive/entries/2022-01-20-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.0.15 Released!</title> + <id>https://www.php.net/archive/2022.php#2022-01-20-1</id> + <published>2022-01-20T11:38:32+00:00</published> + <updated>2022-01-20T11:38:32+00:00</updated> + <link href="https://www.php.net/index.php#id2022-01-20-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2022.php#2022-01-20-1" 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.15. This is a bug fix release.</p> + +<p>All PHP 8.0 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.0.15 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#php-8.0">windows.php.net/download/</a>. +The list of changes is recorded in the <a href="https://www.php.net/ChangeLog-8.php#8.0.15">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index ac77c9899..900ae4f10 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,42 @@ $OLDRELEASES = array ( 8 => array ( + '8.0.14' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_0_14.php', + ), + 'tags' => + array ( + ), + 'date' => '16 Dec 2021', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.0.14.tar.gz', + 'name' => 'PHP 8.0.14 (tar.gz)', + 'sha256' => 'e67ebd8c4c77247ad1fa88829e5b95d51a19edf3d87814434de261e20a63ea20', + 'date' => '16 Dec 2021', + ), + 1 => + array ( + 'filename' => 'php-8.0.14.tar.bz2', + 'name' => 'PHP 8.0.14 (tar.bz2)', + 'sha256' => 'bb381fdf4817ad7c24c23ea7f77cad68dceb86eb3ac1a37acedadf8ad0a0cd4b', + 'date' => '16 Dec 2021', + ), + 2 => + array ( + 'filename' => 'php-8.0.14.tar.xz', + 'name' => 'PHP 8.0.14 (tar.xz)', + 'sha256' => 'fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3', + 'date' => '16 Dec 2021', + ), + ), + 'museum' => false, + ), '8.1.0' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 28b48a7c6..2da2c07c6 100644 --- a/include/version.inc +++ b/include/version.inc @@ -32,13 +32,13 @@ $RELEASES = (function() { /* PHP 8.0 Release */ $data['8.0'] = [ - 'version' => '8.0.14', - 'date' => '16 Dec 2021', + 'version' => '8.0.15', + 'date' => '20 Jan 2022', 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'e67ebd8c4c77247ad1fa88829e5b95d51a19edf3d87814434de261e20a63ea20', - 'tar.bz2' => 'bb381fdf4817ad7c24c23ea7f77cad68dceb86eb3ac1a37acedadf8ad0a0cd4b', - 'tar.xz' => 'fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3', + 'tar.gz' => '47f0be6188b05390bb457eb1968ea19463acada79650afc35ec763348d5c2370', + 'tar.bz2' => '881171c90aba746d28df768f3d99fa3261999e506415be4c7352078a64fe59dc', + 'tar.xz' => '5f33544061d37d805a2a9ce791f081ef08a7155bd7ba2362e69bba2d06b0f8b2', ] ]; diff --git a/releases/8_0_15.php b/releases/8_0_15.php new file mode 100644 index 000000000..4f51db67d --- /dev/null +++ b/releases/8_0_15.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_0_15.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.0.15 Release Announcement'); +?> +<h1>PHP 8.0.15 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.0.15. This is a bug fix release.</p> + +<p>All PHP 8.0 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.0.15 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.15">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php