Author: Patrick Allaert (patrickallaert) Date: 2022-11-24T15:27:36+01:00 Commit: https://github.com/php/web-php/commit/fcd3950d9a1837cccc28de68eba59b5141ad2970 Raw diff: https://github.com/php/web-php/commit/fcd3950d9a1837cccc28de68eba59b5141ad2970.diff
Announce PHP 8.1.13 Changed paths: A archive/entries/2022-11-24-1.xml A releases/8_1_13.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 ba7307e50..afae45b87 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -8,6 +8,49 @@ ?> <a id="PHP_8_1"></a> +<section class="version" id="8.1.13"><!-- {{{ 8.1.13 --> +<h3>Version 8.1.13</h3> +<b><?php release_date('24-Nov-2022'); ?></b> +<ul><li>CLI: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9709); ?> (Null pointer dereference with -w/-s options).</li> +</ul></li> +<li>Core: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9752); ?> (Generator crashes when interrupted during argument evaluation with extra named params).</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9801); ?> (Generator crashes when memory limit is exceeded during initialization).</li> + <li>Fixed potential NULL pointer dereference Windows shm*() functions.</li> + <li>Fixed bug <?php githubissuel('php/php-src', 9750); ?> (Generator memory leak when interrupted during argument evaluation.</li> +</ul></li> +<li>Date: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9763); ?> (DateTimeZone ctr mishandles input and adds null byte if the argument is an offset larger than 100*60 minutes).</li> +</ul></li> +<li>FPM: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9754); ?> (SaltStack (using Python subprocess) hangs when running php-fpm 8.1.11).</li> +</ul></li> +<li>mysqli: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 9841); ?> (mysqli_query throws warning despite using silenced error mode).</li> +</ul></li> +<li>MySQLnd: +<ul> + <li>Fixed potential heap corruption due to alignment mismatch.</li> +</ul></li> +<li>OpenSSL: +<ul> + <li>Fixed bug <?php githubissuel('php/php-src', 8430); ?> (OpenSSL compiled with no-md2, no-md4 or no-rmd160 does not build).</li> +</ul></li> +<li>SOAP: +<ul> + <li>Fixed <?php githubissuel('php/php-src', 9720); ?> (Null pointer dereference while serializing the response).</li> +</ul></li> +</ul> +<!-- }}} --></section> + + + <section class="version" id="8.1.12"><!-- {{{ 8.1.12 --> <h3>Version 8.1.12</h3> <b><?php release_date('27-Oct-2022'); ?></b> diff --git a/archive/archive.xml b/archive/archive.xml index af4c867e7..ba48d4ac4 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-11-24-1.xml"/> <xi:include href="entries/2022-11-10-1.xml"/> <xi:include href="entries/2022-11-03-1.xml"/> <xi:include href="entries/2022-10-28-2.xml"/> diff --git a/archive/entries/2022-11-24-1.xml b/archive/entries/2022-11-24-1.xml new file mode 100644 index 000000000..96558a99b --- /dev/null +++ b/archive/entries/2022-11-24-1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title>PHP 8.1.13 Released!</title> + <id>https://www.php.net/archive/2022.php#2022-11-24-1</id> + <published>2022-11-24T14:21:02+00:00</published> + <updated>2022-11-24T14:21:02+00:00</updated> + <link href="https://www.php.net/index.php#2022-11-24-1" rel="alternate" type="text/html"/> + <link href="https://www.php.net/archive/2022.php#2022-11-24-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.1.13. This is a bug fix release.</p> + +<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.1.13 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.1.13">ChangeLog</a>. +</p> </div> + </content> +</entry> diff --git a/include/releases.inc b/include/releases.inc index be6fed226..628ced195 100644 --- a/include/releases.inc +++ b/include/releases.inc @@ -2,6 +2,43 @@ $OLDRELEASES = array ( 8 => array ( + '8.1.12' => + array ( + 'announcement' => + array ( + 'English' => '/releases/8_1_12.php', + ), + 'tags' => + array ( + 0 => 'security', + ), + 'date' => '27 Oct 2022', + 'source' => + array ( + 0 => + array ( + 'filename' => 'php-8.1.12.tar.gz', + 'name' => 'PHP 8.1.12 (tar.gz)', + 'sha256' => 'e0e7c823c9f9aa4c021f5e34ae1a7acafc2a9f3056ca60eb70a8af8f33da3fdf', + 'date' => '27 Oct 2022', + ), + 1 => + array ( + 'filename' => 'php-8.1.12.tar.bz2', + 'name' => 'PHP 8.1.12 (tar.bz2)', + 'sha256' => 'f87d73e917facf78de7bcde53fc2faa4d4dbe0487a9406e1ab68c8ae8f33eb03', + 'date' => '27 Oct 2022', + ), + 2 => + array ( + 'filename' => 'php-8.1.12.tar.xz', + 'name' => 'PHP 8.1.12 (tar.xz)', + 'sha256' => '08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab', + 'date' => '27 Oct 2022', + ), + ), + 'museum' => false, + ), '8.1.11' => array ( 'announcement' => diff --git a/include/version.inc b/include/version.inc index 3bcee9312..806f53b74 100644 --- a/include/version.inc +++ b/include/version.inc @@ -20,13 +20,13 @@ $RELEASES = (function () { /* PHP 8.1 Release */ $data['8.1'] = [ - 'version' => '8.1.12', - 'date' => '27 Oct 2022', - 'tags' => ['security'], // Set to ['security'] for security releases. + 'version' => '8.1.13', + 'date' => '24 Nov 2022', + 'tags' => [], // Set to ['security'] for security releases. 'sha256' => [ - 'tar.gz' => 'e0e7c823c9f9aa4c021f5e34ae1a7acafc2a9f3056ca60eb70a8af8f33da3fdf', - 'tar.bz2' => 'f87d73e917facf78de7bcde53fc2faa4d4dbe0487a9406e1ab68c8ae8f33eb03', - 'tar.xz' => '08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab', + 'tar.gz' => 'eed1981ce9999d807cb139a9d463ae54bbeda2a57a9a28ad513badf5b99b0073', + 'tar.bz2' => '93fcfdfaaa3d094a0fdb18ce08d20f20d526ee3f07a146a8a8ec82ce00b237ca', + 'tar.xz' => 'b15ef0ccdd6760825604b3c4e3e73558dcf87c75ef1d68ef4289d8fd261ac856', ] ]; diff --git a/releases/8_1_13.php b/releases/8_1_13.php new file mode 100644 index 000000000..25eb5e8a0 --- /dev/null +++ b/releases/8_1_13.php @@ -0,0 +1,16 @@ +<?php +$_SERVER['BASE_PAGE'] = 'releases/8_1_13.php'; +include_once __DIR__ . '/../include/prepend.inc'; +site_header('PHP 8.1.13 Release Announcement'); +?> +<h1>PHP 8.1.13 Release Announcement</h1> + +<p>The PHP development team announces the immediate availability of PHP 8.1.13. This is a bug fix release.</p> + +<p>All PHP 8.1 users are encouraged to upgrade to this version.</p> + +<p>For source downloads of PHP 8.1.13 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.1.13">ChangeLog</a>. +</p> +<?php site_footer(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php